Forum Replies Created
-
AuthorPosts
-
AppGlut
KeymasterHello,
Have you knocked me through chat? Please kindly check and let me know.
Thank you and kind regards
AppGlut
KeymasterHello lcoppersmith,
Please kindly share the image URL.
Thank you and regards
AppGlut
KeymasterYou can achieve it by putting the below filter code in your active theme
functions.phpfile and adding an extra Email field naming Name Attributeemail_1as I image attached from Advance Option ,
add_filter(‘formglut/validate_input_item_input_email’, function($errorMessage, $field, $formData, $fields, $form) {$target_form_id = 261;if($form->id != $target_form_id ) {return $errorMessage ;}if( $formData[’email’] != $formData[’email_1′] ){$errorMessage = [‘Error! Email does not match’];}return $errorMessage; }, 10, 5);Here please put
$target_form_id = 261;
your form id or shortcode id. Please check and let me know, if it works for you.Thank you and kind regards
AppGlut
KeymasterHello Farzad,
Thanks for writing to us. Can you please elaborate more on this email confirmation field feature/requirement? It will be very helpful if you elaborate on this.
Thank you and kind regards
AppGlut
KeymasterHello Farzad,
Thanks for your suggestion. Send SMS in real-time when a form is submitted you can do with Twilio modules. However, for SMS verification while form submitting it is very nice feature. I shall try to add it in the next version of PRO plugin. Thanks for your appreciation.
Thank you and kind regards
AppGlut
KeymasterHello,
You can edit the Plan name, please check my attached image,

And for one-time pay, can you please consider Custom Payment/Payment Item option as I image attached,

Or if those don’t fill your requirements, please elaborate on it.
Thank you and kind regards
-
AuthorPosts