• 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)
Viewing 4 replies - 1 through 4 (of 4 total)

You must be logged in to reply to this topic.