• Resolved Fantou

    (@fantou)


    Hello there

    I have 2 worries with te form in the provided link (inside content) :

    1/ I hide the send button but like it’s a pginated form, at the end of all the questions, there is a “blank page’ (it is the page with the hided button). Is there a way to avoid that ?
    (I hide the send button with a hidden field and a conditional visibility rule : “hide if the hide field is not empty (I’ve set the hidden field to default value : date)

    2/ I would like to use a shortcode in a HTML field. But it does not work. I have to insert this snippet :

    add_filter(‘forminator_render_button_markup’, ‘execute_shortcodes_in_forminator_html’, 10, 1);
    add_filter(‘forminator_field_markup’, ‘execute_shortcodes_in_forminator_html’, 10, 1);

    function execute_shortcodes_in_forminator_html($html) {
    return do_shortcode($html);
    }

    Is this the normal behavior ? Does shortcode not working in HTML filed ?

    Have a nice day !

    The page I need help with: [log in to see the link]

Viewing 4 replies - 1 through 4 (of 4 total)
  • Plugin Support Nithin – WPMU DEV Support

    (@wpmudevsupport11)

    Hi @fantou,

    1/ I hide the send button but like it’s a pginated form, at the end of all the questions, there is a “blank page’ (it is the page with the hided button). Is there a way to avoid that ?

    I’m afraid, I’m not sure whether I understand the issue, this is how it loads when I check your site:

    View post on imgur.com

    Could you please check the above and advise whats missing?

    If you could also share the form export it would be helpful.

    Please check the following doc on how to export a form:

    https://wpmudev.com/docs/wpmu-dev-plugins/forminator/#import-export

    If you are concerned about any sensitive information in the form, then you can duplicate your form, remove any sensitive information, and then export it.

    You can share the export file via Google Drive, Pastebin, Dropbox, or any cloud service in the next reply.

    Is this the normal behavior ? Does shortcode not working in HTML filed ?

    By default, HTML field doesn’t support shortcode. You can use forminator_replace_variables hook instead of forminator_render_button_markup or forminator_field_markup.

    Please check this doc for more info:

    https://wpmudev.com/docs/wpmu-dev-plugins/forminator/#html-field

    Best Regards,

    Nithin

    Thread Starter Fantou

    (@fantou)

    Hi @wpmudevsupport11 ,

    Thanks for your quick reply !

    1/ Sorry it was unclear. The page 5/5 you’ve shown, this is the page i would like to hide : on this page, there is only the hidden “send button” (I would like only 4 pages). But in the settings, I can’t set the “end pagination” before the send button

    Is there a way to do this ?

    Here is a paste link for the form (I’ve only changed the questions) : https://pastebin.com/PDWfmxT4

    2/ Thanks for this link, it’s perfectly clear now !

    Have a nice day !

    Plugin Support Nebu John – WPMU DEV Support

    (@wpmudevsupport14)

    Hi @fantou,

    If you take out the extra pagination step at the end of the form, that should fix the issue.

    Here is what I see when that final step is removed on my side: https://ibb.co/KzS53swT

    I hope that helps. Please feel free to get back to us if you need any further clarification.

    Best Regards,
    Nebu John

    Thread Starter Fantou

    (@fantou)

    Hi @wpmudevsupport14

    Ah thanks , it was obvious … ^^; Thanks for your help !

Viewing 4 replies - 1 through 4 (of 4 total)

You must be logged in to reply to this topic.