• 1

Read this first!

We do not monitor these forums. The forum is provided to exchange information and experience with other users ONLY. Forum responses are not guaranteed.

However, please submit a ticket if you have an active subscription and wish to receive support. Our ticketing system is the only way of getting in touch with RSJoomla! and receiving the official RSJoomla! Customer Support.

For more information, the Support Policy is located here.

Thank you!

TOPIC: Is it possible?

Is it possible? 10 years 8 months ago #28542

Hi,

I need a form builder for an employment site that automatically pre-screens applicants to determine if they meet the employer's minimum qualifications.

If yes, an email is sent to the employer with the applicant’s information.

If no, the applicant is informed they are not qualified and nothing is emailed to the employer.

Is this possible with this builder?
The administrator has disabled public write access.

Is it possible? 10 years 8 months ago #28548

  • cosmin.cristea
  • cosmin.cristea's Avatar
  • OFFLINE
  • Platinum Boarder
  • Posts: 756
  • Thank you received: 144
This scenario can be achieved using PHP scripts, however this is not a copy/paste solution and it will require PHP knowledge.
Basically you will need to create a script that compares the submitted data with the predefined values. If the values are lower than expected, the script should delete the TO and FROM fields of the admin email and replace the text body of the user mail with : "You are not qualified".

Useful articles for your scenario can be found here:
http://www.rsjoomla.com/support/documentation/view-article/610-php-email-scripts.html
http://www.rsjoomla.com/support/documentation/view-article/602-php-scripts.html
http://www.rsjoomla.com/support/documentation/view-article/76-custom-php-code.html
My help is not official customer support. To receive your support, submit a ticket by clicking here
The administrator has disabled public write access.
  • 1

Read this first!

We do not monitor these forums. The forum is provided to exchange information and experience with other users ONLY. Forum responses are not guaranteed.

However, please submit a ticket if you have an active subscription and wish to receive support. Our ticketing system is the only way of getting in touch with RSJoomla! and receiving the official RSJoomla! Customer Support.

For more information, the Support Policy is located here.

Thank you!