• Resolved ojasya

    (@ojasya)


    Hey Nick

    Thanks once again for the plugin and continuous support.

    I was wondering if there is some way we could wrap the the fields in some tag “<div> instead of them being wrapped in the “<p>” tag ??

    Also is there a way we an take the user to a thank you page after successful payment?

    I am not using woocommerce , I hope this doesn’t matter .. right?

    • This topic was modified 7 years, 3 months ago by ojasya.
Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Author Nick

    (@ndijkstra)

    Hi!

    You don’t have to install WooCommerce when using this plugin ??

    At this moment the form fields are being wrapped in <p> tags. I will check if I can make an update to make a setting for that ??

    In the latest version you can select what to do after a payment (show a message, or redirect to a page).

    Best regards,
    Nick

    haroonahmad

    (@haroonahmad)

    Hello Nick, I am using your plugin on one of my website. I am stuck at one place i am not able to find codes that will help me to centralized the submit button https://prntscr.com/iioc8k

    Stonehenge Creations

    (@duisterdenhaag)

    Hi haroonahmad,

    In the form settings you can assign a class to the submit button. In your own css you have to then define that class.

    For example, if you assign the class “molliesubmit” (without the “), your css could be something like:

    .molliesubmit {display: block; margin: 0 auto; text-align: center;}

    Tip:
    If you style input[type=”submit”] in your css, you will style all your submit buttons on your site at once. ??

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘style the fields’ is closed to new replies.