zukenstein
Forum Replies Created
-
Forum: Plugins
In reply to: [Calculated Fields Form] Moving fields between formsok thanks for the speedy reply!
Forum: Plugins
In reply to: [Calculated Fields Form] Loop of calculations?Ok thanks very much for that, great plugin, awesome support ??
Forum: Plugins
In reply to: [Calculated Fields Form] Loop of calculations?BTW I did also add field 3 into the script
Forum: Plugins
In reply to: [Calculated Fields Form] Loop of calculations?Thats excellent thanks
One further thing please, what would I do to introduce another field 3 as an option so
Field 1 how you said
(function(){ if(edited_field == 2) return fieldname2*3; return __ME__; })();
If field 3 has a value entered but not field 2, how would I add
if(edited_field == 3) return fieldname3*7;
into the above equation? I tried
(function(){ if((edited_field == 2) return fieldname2*3) || ((edited_field == 3) return fieldname3*7); return __ME__; })();
But that didn’t seem to work thanks
- This reply was modified 4 years, 6 months ago by zukenstein.
Forum: Plugins
In reply to: [Calculated Fields Form] Pass field content between forms on different pagesOk I’ll send you a support request through the website thanks
Forum: Plugins
In reply to: [Calculated Fields Form] Pass field content between forms on different pagesThe page
https://www.81b.co.uk/sendtest/
is set up with the code that was told to me in this thread I have just simplified it to make it clearer.
When you check the checkbox to submit you get the little wheel spinning then it stops and doesnt submit. I does the same if I put in a submit button instead of the checkbox submit
Thanks
Forum: Plugins
In reply to: [Calculated Fields Form] Pass field content between forms on different pagesHi This is a link to the page Ive set up to show you. It actually doesn’t go to the next page at all in this instance. Even if I put a submit button in instead of using the checkbox to submit. On my main page it was redirecting but not keeping the original page with form A, strange…
https://www.81b.co.uk/sendtest/
Thanks
- This reply was modified 4 years, 7 months ago by zukenstein.
Forum: Plugins
In reply to: [Calculated Fields Form] Pass field content between forms on different pagesSorry just realised this part you said earlier isn’t keeping the page with Form A open on submit, it is just opening the page with form B in the same window and closing the form A page.
So, the alternative to submit the form A without navigate to the thank you page would be different:
* Insert a “HTML Content” field in the form A, and enter the following piece of code as its content:
<iframe name="silent_submission" id="silent_submission" style="display:none;"></iframe> <script> fbuilderjQuery(document).one('showHideDepEvent', function(){ jQuery('[id*="cp_calculatedfieldsf_pform_"]').attr('target', 'silent_submission').on('submit', function(){ setTimeout(function(){jQuery('.cff-processing-form').remove();}, 3000);}); }); </script>
Forum: Plugins
In reply to: [Calculated Fields Form] Pass field content between forms on different pagesThank you so much! that has sorted it.
Forum: Plugins
In reply to: [Calculated Fields Form] Pass field content between forms on different pagesThanks for the reply are you always working? lol
So is it possible to have a way of submitting the page when a checkbox is checked?
Thanks
Forum: Plugins
In reply to: [Calculated Fields Form] Pass field content between forms on different pagesHi thanks for that, first question I think I’m ok with now.
Second question I put the code you gave me into a html field in the first Form A entered an amount in 2 fields, still had this code in page containing form B
[CP_CALCULATED_FIELDS_RESULT] <PRE style="display:none;"><SCRIPT> cpcff_default = { 1 : {} }; cpcff_default[1][ 'fieldname3' ] = '<%fieldname1_value%>'; cpcff_default[1][ 'fieldname7' ] = '<%fieldname2_value%>'; </SCRIPT></PRE> [/CP_CALCULATED_FIELDS_RESULT]
For form A, submit button turned off in settings, thank you page url set, but when I enter figures in form A fieldname1 and fieldname2 nothing shows up when I open the page with form B in it. Have I left something out?
Thanks
Forum: Plugins
In reply to: [Calculated Fields Form] Pass field content between forms on different pagesThanks
Ok I’ve read that and a bit lost sorry. So having activated the server side add on, I take it I need to write an equation that will collect the information in the fields in Form A then call the server side equation from a field in Form B to display it without doing anything else but open the page with Form B on it, is that right?
So how do I form this part of the equation (from the example);
= function($p1,$p2){return @floatval($p1)+@floatval($p2);};
To take the content on Form A fieldname2 to Form B fieldname5?
Sorry if I’m being slow this is all new to me!
Forum: Plugins
In reply to: [Calculated Fields Form] Pass field content between forms on different pagesHi So I have bought the Developer version can see how to passes the form fields to the thank you page using the submit button.
So my questions are:
!) is it possible to pass the field contents form A to field contents Form B if form B is just another page on the website and not the Thank you page?
2) is it possible to have a checkbox being clicked to submit the form and still leave form A in place for the user to still view it?
Thanks
Forum: Plugins
In reply to: [Disable Right Click and Content Copy Protection] Password protected pageNo answer on this please???
Forum: Plugins
In reply to: [Calculated Fields Form] Pass field content between forms on different pagesIs it only possible through the thank you page as I believe this is only available in the paid version is that correct?
Is there a way to do it in the free version? I am looking to buy but want to make sure I can do everything I need first.
Thanks