Forum Replies Created
- AuthorPosts
extrabold
ParticipantWe send a code via autoreply email (using quform), but we need to save this code in database to export in future.
our code are made with:” ##{Nome|1}{entry_id}{submit_time|Hi}{post_title} “
extrabold
ParticipantOk, I sent the e-mail.
the links is:
http://nailbaramandaoliveira.tk/reserva/- This reply was modified 10 years, 11 months ago by
extrabold.
extrabold
ParticipantOK, can you tell me where the code is ?
thank you so much
extrabold
Participantsome estimate of when the update comes out?
extrabold
Participantin export the plugin export all elements.
but I need that he export only the filled formsextrabold
ParticipantThat’s it, thank you again
extrabold
Participantworks fine, but if I need to have 2 diferents e-mails (with confirm).
I try to copy and past the code in my functions.php, but dont workadd_filter('iphorm_element_valid_iphorm_1_17', 'mytheme_confirm_email', 10, 3);
function mytheme_confirm_email($valid, $value, $element)
{
if ($value != $element->getForm()->getValue('iphorm_1_9')) {
$valid = false;
$element->addError('E-mails não conferem');
}return $valid;
}add_filter('iphorm_element_valid_iphorm_1_19', 'mytheme_confirm_email', 10, 3);
function mytheme_confirm_email($valid, $value, $element)
{
if ($value != $element->getForm()->getValue('iphorm_1_10')) {
$valid = false;
$element->addError('E-mails não conferem');
}return $valid;
}
extrabold
ParticipantThat’s it, works perfect.
Thanks for the fast suport.this plugin it’s amazing
- This reply was modified 10 years, 11 months ago by
- AuthorPosts