• Resolved vaibhavb029

    (@vaibhavb029)


    Hiii,
    I have implemented your plugin on our website, when i apply to specific post, it shows form as per your plugin, you have not given email and phone validation. please give me an idea how to give function that gives email and phone validation in the form.please Reply as soon as possible.

Viewing 15 replies - 1 through 15 (of 17 total)
  • Plugin Author Farhan Noor

    (@farhannoor)

    Hi

    Please update your plugin to latest version (1.5). All other version are obsolete.

    For front-end validation, you can write jQuery/JS script in your theme’s template file single-aol_ad.php

    Regards
    Farhan

    • This reply was modified 7 years, 10 months ago by Farhan Noor.
    • This reply was modified 7 years, 10 months ago by Farhan Noor.
    Thread Starter vaibhavb029

    (@vaibhavb029)

    But i want to give the validation in my current version plugin 1.4, because i already develop design .Please check link
    https://aimpl.com/approval/ws-execution/nilsan/careers/
    Just give me validation for email and phone number in my form

    • This reply was modified 7 years, 10 months ago by vaibhavb029.
    Thread Starter vaibhavb029

    (@vaibhavb029)

    and also email is not getting to specific id.Please Resolve my both problem as soon as possible.

    Thanks & Regards,
    Vaibhav

    Plugin Author Farhan Noor

    (@farhannoor)

    Hi,

    As i said in my last response, you need to add jQuery/JS script to implement form validation on front-end. To do this, Please open theme template file single-aol_ad.php in code editor and add a <script></script> tag at the end of the file. Write your jQuery/JS code into this tag for form validation.

    Here https://jsfiddle.net/cnVQe/1/ is a link of a working email and phone validation script. Just change tag reference i. e. email and phone ids and form name in the JS script and use in you template file withing the <script> tag.

    Regards
    Farhan.

    • This reply was modified 7 years, 10 months ago by Farhan Noor.

    tried your javascript, but after the alert screen is closed the form still submits.

    your form has no email validation if you had a input type email this would be faster

    Plugin Author Farhan Noor

    (@farhannoor)

    Hi,
    This js code can change text input type to email and phone.

    $(document).ready(function($){
        $('#_aol_app_Email').attr('type','email');
        $('#_aol_app_Mobile_No_').attr('type','tel');
    });
    </script>

    Server side form validation will be introduced in next update of the plugin.

    Regards
    Farhan

    Thread Starter vaibhavb029

    (@vaibhavb029)

    Hi Farhan,

    When I open the template file of plugin it shows blank, give me the path where i can get the single-aol_ad.php file.

    Plugin Author Farhan Noor

    (@farhannoor)

    Hi,

    You can paste JS code in single.php file of your theme folder. This file shows all the content of job detail page. So you can modify it with JS.

    Regards
    Farhan.

    Thread Starter vaibhavb029

    (@vaibhavb029)

    Hi Farhan,

    I have writen script in my single.php file but it doesn’t work.it doesn’t affect on validation
    Please Give me full script for email and phone validation in my single.php file after
    get_footer();
    ?>

    Regards
    Vaibhav

    Thread Starter vaibhavb029

    (@vaibhavb029)

    Hi Farhan,

    Hangout with me on [email protected]. Please reply

    Regards
    Vaibhav

    Thread Starter vaibhavb029

    (@vaibhavb029)

    Hi Farhan,

    I am not getting mail when i submit form of apply online. Please Resolve my problem as soon as possible.

    Regards
    Vaibhav

    Plugin Author Farhan Noor

    (@farhannoor)

    HI vaibhav,

    I offered you very common solutions but unfortunately not working at your side due to unknown reasons. You need to give me access to the admin to reach the root cause of these issues. i have sent you an email for further discussions.

    Regards
    Farhan.

    Thread Starter vaibhavb029

    (@vaibhavb029)

    Hi Farhan,
    Thanks for your support.
    1) I tried you javascript, it is working fine , it showing alert after that it automatically submit the form, it shows your form has no email validation.
    2) The details of information of field is seen in backend i.e. Apply Online-> Applicants. but i am not getting mail of that infromation of field in my emailid. How can i get that information of field.
    3) Please Give me solution on above two problems.

    Regards
    Vaibhav

    Thread Starter vaibhavb029

    (@vaibhavb029)

    Hi Farhan,
    Thanks for your support.
    1) I tried you javascript i.e https://jsfiddle.net/cnVQe/1/ it is working fine , it showing alert, after that it automatically submit the form, it shows your form has no email validation.
    2) The details of information of field is seen in backend i.e. Apply Online-> Applicants. but i am not getting mail of that infromation of field in my emailid. How can i get that information of field in my emai id.
    3) Please Give me solution on above two problems.Please do reply as soon as possible.

    Thanks n Regards,

    Vaibhav Bhanushali

    Plugin Author Farhan Noor

    (@farhannoor)

    Hi Vibhav

    Really sorry that the solutions provided by me didn’t work for you. Please wait for the next update of the plugin, front-end form validation will be available in it.

    For your 2nd point, when you receive an application a notification is sent to the admin email (provided in wp SETTINGS) with a link to the received application. The received application is not sent to the admin email.

    Best regards.
    Farhan

Viewing 15 replies - 1 through 15 (of 17 total)
  • The topic ‘How to give you form validation to email and phone number in Version 1.4’ is closed to new replies.