“Text” instead of “value”
-
I need to send text field instead of “value” to my clients and manager by email. Is there the same tag <%fieldname#_text%> in plugin? Could you help me with this issue?
-
Hello @paramonaff
I guess you are referring to the DropDown, Checkbox, or Radio Buttons field. Please, tick the “Choice Text” option for the “Value to Submit” attribute in their settings. This option only affects the information to submit and not the equations.
Best regards.
Yes, I referring to the DropDown, Checkbox, or Radio Buttons field.
I tick the “Choice Text” option but I stil reseiving “value” informotion.
My tag for email message <%fieldname40%>
Field setting – http://joxi.ru/Dr8wkqBTJMGJ4AI use for submittion this method https://wordpress.org/support/topic/help-in-the-calculated-fields-form-to-display-the-frame/
-
This reply was modified 4 years, 9 months ago by
paramonaff.
Hello @paramonaff
The code you are referring to is valid for some forms’ structures but not others. Please, send me the link to the page where the form is inserted.
Best regards.
Hello @paramonaff
I’ve checked your form structure, and I don’t recommend using silent submission in your case. If you have additional questions about commercial features, please, contact us through our website.
Commercial products are not supported in these forums. We will happily answer this and any other questions you can have on our own site.
Best regards.
OK! Thx.
Hello @paramonaff
Please, let me know if the issue is fixed once you submit the form in the standard way.
Best regards.
Standard way is not compatible with my tasks. I can’t disable the redirection to the “thank you” page.
Solution for me:<script> function silentSubmission(e) { var f = e.form; f.target="auxiliary-iframe"; if(fbuilderjQuery(f).valid()){ jQuery(f).submit(); jQuery('.display-message-here').html('Some text'); setTimeout('location.reload(true)', 3000); } } </script> <iframe width="1" height="1" name="auxiliary-iframe" id="auxiliary-iframe" style="display:none;"></iframe> <div class="display-message-here"></div>And add CSS
#fbuilder .cff-processing-form{display:none !important;}Hallo again!
As it turned out, this code does’t work correctly with iframe in Safari. My forms working in iframe. All content in each form appears twice. Is it possible to edit code without iframe using. I need just disable redirect to “Thank you” page.Safari
Error – http://joxi.ru/LmGRzwBCggnYJr
My page
Error page – http://joxi.ru/E2pJwayH44YXjrHello @paramonaff
You can enter the URL to the page that contains the form as the “thank you” page’s URL. And then insert the shortcode for results on this page too.
Even you can pre-fill the fields with the submitted values. More information by visiting the following link:
https://cff.dwbooster.com/documentation#populate-form-b-with-a
Best regards.
You can enter the URL to the page that contains the form as the “thank you” page’s URL. And then insert the shortcode for results on this page too.
I can’t – I have “How All forms” button on all form (window.history.go(-1);). Then I submit and redirect same form “How All forms” button will not work correctly.
Even you can pre-fill the fields with the submitted values. More information by visiting the following link:
https://cff.dwbooster.com/documentation#populate-form-b-with-a
I don’t understand how can I use this. Could you please explain.
Hi! We’d like to help but we can’t reply about that in this forum. We are not allowed to support any customers in these forums.
For pro or commercial product support please contact us directly on our site. This includes any pre-sales topics as well.
Commercial products are not supported in these forums. We will happily answer this and any other questions you can have on our own site.
Thank you.
-
This reply was modified 4 years, 9 months ago by
The topic ‘“Text” instead of “value”’ is closed to new replies.