• Resolved michelletolhurst

    (@michelletolhurst)


    Hi there
    Can you change the email confirmation to include the ad title and ad content
    ? If so where is this located in the files?

    Thanks
    Michelle

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

    (@farhannoor)

    Hi Michelle,

    This feature is not available in the current version of the plugin. If you are in hurry, you can order this feature on spiderTeams.com

    Regards
    Farhan

    Plugin Author Farhan Noor

    (@farhannoor)

    Hi Michelle,
    The email code is written in aol_process_app_form method of Applyonline_AjaxHandler class in plugins/apply-online/includes/class-applyonline.php file. You can modify it according to your need.

    Farhan.

    Thread Starter michelletolhurst

    (@michelletolhurst)

    Hi Farhan
    I have found the page thankyou. I have tried a few options to add the post title but I keep getting a synax error. Are you able to tell me what i need to put in this section to pull either the ad title name or ad feature, just so I can have a reference as to what the person is applying for. The links just go to the home page. Thanks

    $message = “<p>Hi,</p>”

    . “<p>You just received an application against a recruitment ad at “.get_bloginfo(‘url’). “.</p>”

    . “<p> <b>Click Here</b> to view this application.</p>”

    . “<p>”. site_url().”</p>”;

    Plugin Author Farhan Noor

    (@farhannoor)

    Hi Michelle,

    The email alert contains a direct link to the received application in your admin panel. So it should not be a problem to check the received application from your email. CLICK HERE link in above code contains that direct url to the received application. If it is not working for you, then there is some conflict with your theme or any other plugin, or use latest version of the plugin to fix the issue.

    Every application form has unique form fields, apparently two form fields in different application forms may look same but their input NAME attribute may not same, as HTML input NAME attribute is dynamically generated when you create an application form in admin panel.

    But you can give it a try, in the above code you can modify 2nd line as
    . "<p>You just received an application from ".$_POST['_aol_app_Name']." against an add at ".get_bloginfo('url'). ".</p>"

    $_POST[‘_aol_app_Name’] is a dynamic field, it is supposed that your application form has NAME field.

    Your code will be overwritten in next plugin update. But i will provide a filter hook in next update so you would modify email alert from your theme’s functions file without any issue.

    Best Regards
    Farhan

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Change email confirmation’ is closed to new replies.