amres1
Forum Replies Created
-
Forum: Plugins
In reply to: [Survey Maker by AYS] add captcha to the survey popup formHi @jasmine
I have enabled reCAPTCHA V3, but simply removing the “ays-survey-g-recaptcha-response” from the request body will make the request work and bypass the reCAPTCHA check,
it only check for reCAPTCHA if “ays-survey-g-recaptcha-response” is in the request body, removing it bypass the whole check
Forum: Plugins
In reply to: [Survey Maker by AYS] popup the survey after custom actionDear @jasmine,
my question is not about popup from another plugin, my question is about how can i have more control and be able to customize triggering of popup survey based on conditions beyond the options that is given in the plugin UI, one of ways to do that is from code side, but i need to know from survey maker plugin how can i call the trigger
example pseudo code of what i want to do in the page sourceif (condition1 and condition2){trigger survey_popup()}- This reply was modified 1 year, 4 months ago by amres1.
Forum: Plugins
In reply to: [Survey Maker by AYS] popup the survey after custom actionThank @jasmine for your reply, I’ve tested the pop up as you shared with on click and on load, but I’m looking for more customization and only showing the popup when specific custom conditions are met, example: 1- user will fill a form, 2- user click on submit form, 3- the condition for popup is to show not only after clicking (on click) the submit form button but if the form submission is successful then popup survey should shown
is there a way to do this customization from code level, instead of depending on the popup basic options in the plugin UI, I would do these conditions in code level and manually trigger the popup if the conditions are met?- This reply was modified 1 year, 4 months ago by amres1.