easyregistrationforms
Forum Replies Created
-
Forum: Plugins
In reply to: [Easy Registration Forms] Resend Activation EmailHi there,
Thank you for contacting us. Our plugin uses WordPress cron system to send email notifications. This allows us to send scheduled emails. It is done to separate email notifications from submission process. As there can be n number of emails configured on one submission, It may take more than a minute to complete a single submission if all the emails are being sent at the same time.
The delay time varies site to site. If site is accessed frequently then delays will be shorter. (This is how WordPress cron works.)
Forum: Plugins
In reply to: [Easy Registration Forms] reCAPTCHA V3 not supported?Yes, we have already included reCaptcha-v3 in our task list.
We’ll be releasing a fix soon.Forum: Plugins
In reply to: [Easy Registration Forms] Width of text placeholdersHello @gpompeyus
Thank you for contacting us.
You may paste the below mentioned CSS code in your theme CSS file to make the form full width..erf-container .erf-form .form-control, .erf-container .erf-form .other-option + label input[type="text"], .erf-container .erf-payment-wrapper{ max-width : 100%; }Feel free to drop us an email on [email protected] in case of any query.
Forum: Plugins
In reply to: [Easy Registration Forms] reCAPTCHA V3 not supported?Hi there,
As of now our plugin supports v2 only.
Hello,Please check if emails are being sent through your WordPress setup, using 3rd party plugins.
Also,check spams and other folder for emails since it is not necessary that they get delivered in your inbox (it depends on server).You may also configure SMTP on your site with the help of WordPress SMTP plugins
If you still face any issue, feel free to drop us an email on “[email protected]“
Hi @manters2000,
Thank you for contacting us. It seems you are using splitter field which is specifically for creating multipage forms. Please check here : http://www.easyregistrationforms.com/create-multi-step-multi-page-forms-for-your-wordpress-website/
Please remove the splitter fields and try using heading field instead. Let me know if you have any more doubts.
Forum: Plugins
In reply to: [Easy Registration Forms] How do you sanitize inputs?Hi there,
Could you please clarify the purpose of HTML in hidden field ?
Forum: Plugins
In reply to: [Easy Registration Forms] Email Notifications ImagesHello @xonnie316,
Thank you for contacting us. Issue was resolved in our recent release. Please upgrade the plugin to latest version and reserve the correct image URL in notification. Let us know if it doesn’t work.
Forum: Plugins
In reply to: [Easy Registration Forms] How do you sanitize inputs?Hi,
As of now hidden fields are not sanitized. Thank you for bringing this. We will include it in next patch.
Forum: Plugins
In reply to: [Easy Registration Forms] Bug in notification mail when using ‘This is resolved. Please reserve your notification content.
Forum: Plugins
In reply to: [Easy Registration Forms] Success message puts \ before ” in linksThis is resolved now.
Forum: Plugins
In reply to: [Easy Registration Forms] How do you sanitize inputs?Hi,
We loop through post data against the field settings saved into the database. Then our system sanitize data on the basis of field type. ie: If field type is text, System will use sanitize_text_field. If it is Textarea then sanitize_textarea_field will be used etc.
Let me know if you have any more questions or you have any suggestions.
Forum: Plugins
In reply to: [Easy Registration Forms] Forms not showingHi @whosboo,
This should not be affected by the file permission. Our plugin uses WordPress functions to get forms list. This issue is rare and can happen if any other plugin or your theme have changed the default behaviour of the system. I would suggest you to write us on http://www.easyregistrationforms.com/support for better assistance.
Thank, It’s been taken care for next release.
- This reply was modified 7 years, 6 months ago by easyregistrationforms.
Hi,
Thank you for reporting the issue. Our team is working on it. I will keep you posted here.