conflict
-
First, awesome plugin!
I recently encountered an issue where attempting to save the code snippet redirected me to a 403 page. Below are the codes:
<!--<a class='btn btn-link-small' role="button">Email Quote</a> <a class='btn btn-link-small' id="txtBooking">Make a Booking</a>--> <a class='btn btn-link-small' role="button" onclick='javascript:emailquote();'>Email Quote</a> <a class='btn btn-link-small' onclick='booknow()' id="txtBooking">Make a Booking</a>
Interestingly, the commented code can be saved without any issues. Contrary to suggestions in other threads, I did not find any modsec hits, the firewall is clear, and I am not using a CDN. If needed, I can provide the information from the DevTools Network tab.
Any help is appreciated. Thanks!
Viewing 4 replies - 1 through 4 (of 4 total)
Viewing 4 replies - 1 through 4 (of 4 total)
- The topic ‘conflict’ is closed to new replies.