paramonaff
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Gutenberg broken after WP 5.9 updateWe have the same problem.
I downgraded WordPress back to 5.8.3 and ok now.Forum: Plugins
In reply to: [Calculated Fields Form] Calculated fields form in popup ElementorI removed this 14 forms and I removed silentSubmission method (but I still need it) on the last form. ( https://factory-reklama.ru/test/ and https://joxi.ru/D2PdzLpiBVKqZ2).
But it still does not work in popup.Forum: Plugins
In reply to: [Calculated Fields Form] Off thank you pageYou can use information from this ticket to fix the issue
https://www.ads-software.com/support/topic/help-in-the-calculated-fields-form-to-display-the-frame/Forum: Plugins
In reply to: [Calculated Fields Form] “Text” instead of “value”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.
Forum: Plugins
In reply to: [Calculated Fields Form] “Text” instead of “value”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 – https://joxi.ru/LmGRzwBCggnYJr
My page
Error page – https://joxi.ru/E2pJwayH44YXjrForum: Plugins
In reply to: [Calculated Fields Form] “Text” instead of “value”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;}Forum: Plugins
In reply to: [Calculated Fields Form] “Text” instead of “value”OK! Thx.
Forum: Plugins
In reply to: [Calculated Fields Form] “Text” instead of “value”Forum: Plugins
In reply to: [Calculated Fields Form] “Text” instead of “value”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 – https://joxi.ru/Dr8wkqBTJMGJ4AI use for submittion this method https://www.ads-software.com/support/topic/help-in-the-calculated-fields-form-to-display-the-frame/
- This reply was modified 3 years, 8 months ago by paramonaff.