Home › Forums › Quform WordPress › insert into mymail plugin on envato/codecanyon
- This topic has 5 replies, 2 voices, and was last updated 11 years, 2 months ago by
ams13.
- AuthorPosts
- June 17, 2014 at 2:25 pm #11421
ams13
ParticipantHi
Is it possible to insert the name and email field into mymail plugin available on envato/codecanyon
I have just purchased formcraft plugin for a fancy review form, and it has this option.
Please let me know
Thanks
Altaf
June 17, 2014 at 2:40 pm #11422Ally
Support StaffYou don't have permission to view this content. Please log in or register and then verify your purchases to gain access.
June 17, 2014 at 3:43 pm #11433ams13
ParticipantHi
I tried it. It does not work – the form generates – cannot submit form browser error – Below is what I have.
Any ideas…. I placed the below code at the end of the functions.php for my theme..Do I have to place it in different position
function mytheme_quform_mymail_subscribe($form)
{
if (function_exists(‘mymail_subscribe’)) {
$email = $form->getValue(‘iphorm_2_7’);
$lists = array(‘General’);
$doubleOptIn = false;mymail_subscribe($email, array(), $lists, $doubleOptIn);
}
}
add_action(‘iphorm_post_process_2’, ‘mytheme_quform_mymail_subscribe’);Thanks
Altaf
June 17, 2014 at 3:48 pm #11434Ally
Support StaffYou don't have permission to view this content. Please log in or register and then verify your purchases to gain access.
June 17, 2014 at 4:12 pm #11436ams13
ParticipantHi
Thanks. I sent it. I also noticed that the records are inserted into mymail and quform but the form does not generate a confirmation, instead gives a strange browser error.
Please test. I sent you the url too..We need to get the form to now generate a confirmation which it used to.
Thanks
Altaf
June 18, 2014 at 2:37 am #11447ams13
ParticipantHi
I managed to get this work – tried to increase WP memory and it looked like it did the trick but i will still monitor.
Thanks
- AuthorPosts
- You must be logged in to reply to this topic.