Forum Replies Created
- AuthorPosts
kendavies
ParticipantIt’s Ok I’ve found the issue and resolved it
kendavies
ParticipantFantastic, thanks. I have the code, won’t know if it works until they try to submit a form again.
kendavies
ParticipantI’m using version 1.10.0. I haven’t upgraded the plugin as I have some very complicated JS calculations going on in the form and I was worried that the upgrade may break this. Am I OK to upgrade?
November 15, 2016 at 1:51 pm in reply to: Conditional logic – only show submit button when ANY option selected from radio #20310kendavies
ParticipantThat worked perfectly, exactly what I needed. Thanks Félix.
April 7, 2016 at 9:23 am in reply to: using: add_action('iphorm_post_process_12', 'my_save_form_data'); #18642kendavies
ParticipantHi Ally
Works perfectly, thanks for you help
Ken
April 5, 2016 at 7:23 pm in reply to: using: add_action('iphorm_post_process_12', 'my_save_form_data'); #18629kendavies
ParticipantWe are pulling in two figures, one on 16_8 and one on from 16_15. Would I just replicate that for the other field?
April 5, 2016 at 6:31 pm in reply to: using: add_action('iphorm_post_process_12', 'my_save_form_data'); #18626kendavies
ParticipantSorry to be a pain Ally, but where does that line of code go? In the re-direct template page or in the plug-in or somewhere else?
Ken
April 5, 2016 at 1:24 pm in reply to: using: add_action('iphorm_post_process_12', 'my_save_form_data'); #18614kendavies
ParticipantSo it looks like it’s pulled the prices through, just not displayed them
April 5, 2016 at 1:23 pm in reply to: using: add_action('iphorm_post_process_12', 'my_save_form_data'); #18613kendavies
ParticipantThis is what it displayed after adding that string of code.
‘array(12) { [“iphorm_16_13”]=> NULL [“iphorm_16_11”]=> NULL [“iphorm_16_1”]=> string(7) “25 sqft” [“iphorm_16_2”]=> string(17) “Less than a month” [“iphorm_16_5”]=> string(19) “As soon as possible” [“iphorm_16_12”]=> NULL [“iphorm_16_14”]=> NULL [“iphorm_16_4”]=> NULL [“iphorm_16_16”]=> NULL [“iphorm_16_8”]=> string(7) “£17.94” [“iphorm_16_15”]=> string(7) “£11.40” [“iphorm_16_0”]=> string(0) “” }’
April 1, 2016 at 1:01 pm in reply to: using: add_action('iphorm_post_process_12', 'my_save_form_data'); #18583kendavies
ParticipantOh, spoke too soon. That let me activate the plugin but function isn’t working.
This is my plug in for a form id of 16:
‘<?php
/*
* Plugin Name: quform-passdata-anonymous
* Description: Custom code for quform.
* Version: 1.0
*/// Paste in your custom code below
function my_save_form_data_16($form)
{
session_start();
$_SESSION[‘iphorm_16’] = $form->getValues();
}
add_action(‘iphorm_post_process_16’, ‘my_save_form_data_16’);
‘Ive looked at the code in my template landing page to see if I need to change a reference in there but can’t see anything that relates to my_save_form_data.
Ive also looked at the javascript inside the form creating the calculation and it’s all set to form id 16 too
April 1, 2016 at 12:49 pm in reply to: using: add_action('iphorm_post_process_12', 'my_save_form_data'); #18582kendavies
ParticipantThanks for the brilliant speedy reply, worked perfectly. Outstanding support as always.
kendavies
ParticipantThanks. That was a bit stupid!!!of me
kendavies
ParticipantOTHER SITE IS *snip*
Thanks
Ken
- This reply was modified 10 years, 10 months ago by
Ally. Reason: Removed sensitive details
kendavies
ParticipantI have sent an admin login to info@themecatcher.net. Can you please confirm receipt of this?
kendavies
ParticipantJust tried option 1 and it didm work, so then tried option 2 and the http stuff all got a thumbs up. So codes still not working
- This reply was modified 10 years, 10 months ago by
- AuthorPosts