- Posts: 1553
- Home
- Forum
- Community Forum
- Feature requests / Suggestions
- More fields in the Experience Reservations Export feature (csv)
Prevent SPAM with captcha
- vietvh
- Offline
Less
More
10 years 6 months ago #4549
by vietvh
Replied by vietvh on topic Prevent SPAM with captcha
Hi,
You can take a look at this file
code/media/com_solidres/assets/js/site.js
You will see that you only process when data.status == 1. So in your case, when the captcha is invalid and data.status == 0, you can add an "else" statement and then process it (so that it won't hang), for example output an alert message.
Hope this helps
You can take a look at this file
code/media/com_solidres/assets/js/site.js
var submitReservationForm = function(form) {
}
You will see that you only process when data.status == 1. So in your case, when the captcha is invalid and data.status == 0, you can add an "else" statement and then process it (so that it won't hang), for example output an alert message.
Hope this helps
Please Log in or Create an account to join the conversation.
- aaron
- Offline
Less
More
- Posts: 2
8 years 1 month ago #8338
by aaron
Replied by aaron on topic Prevent SPAM with captcha
ReCaptcha integration would be a great improvement. Please consider this to be integrated in future versions! Thanks in advance.
Please Log in or Create an account to join the conversation.
- vietvh
- Offline
Less
More
- Posts: 1553
7 years 6 months ago #9816
by vietvh
Replied by vietvh on topic Prevent SPAM with captcha
Hi all,
This feature has been added in Solidres for Joomla v2.0.0.
Cheers,
This feature has been added in Solidres for Joomla v2.0.0.
Cheers,
Please Log in or Create an account to join the conversation.
Moderators: solidres