Professional WordPress Plugins

Forum Replies Created

Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • in reply to: WPTabby tabs don’t align properly when using columns #3013
    AppGlut
    Keymaster

    Hello,

    Have you knocked me through chat? Please kindly check and let me know.

    Thank you and kind regards

    in reply to: WPTabby tabs don’t align properly when using columns #3007
    AppGlut
    Keymaster

    Hello lcoppersmith,

    Please kindly share the image URL.

    Thank you and regards

    in reply to: email confirmation field #2817
    AppGlut
    Keymaster

    You can achieve it by putting the below filter code in your active theme functions.php file and adding an extra Email field naming Name Attribute email_1 as 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

    • This reply was modified 2 years, 3 months ago by AppGlut.
    • This reply was modified 2 years, 3 months ago by AppGlut.
    • This reply was modified 2 years, 3 months ago by AppGlut.
    • This reply was modified 2 years, 3 months ago by AppGlut.
    • This reply was modified 2 years, 3 months ago by AppGlut.
    in reply to: email confirmation field #2806
    AppGlut
    Keymaster

    Hello 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

    in reply to: Phone verification by SMS #2804
    AppGlut
    Keymaster

     

    Hello 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

    in reply to: Adding new plan to the subscription section. #2799
    AppGlut
    Keymaster

    Hello,

     

    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

Viewing 6 posts - 1 through 6 (of 6 total)