easyregistrationforms
Forum Replies Created
-
Forum: Plugins
In reply to: [Easy Registration Forms] Search Unique ID in submissionHi there,
As of now search does not work for Unique Submission IDs. We will be releasing the patch in next week version.
Forum: Plugins
In reply to: [Easy Registration Forms] Basic InformationHello @andrewboddicker,
Thank you for using our plugin. Please check our blog section to get used to the plugin options: http://www.easyregistrationforms.com/blog/
With most of the options, We have added help text to understand the purpose. However I understand some options might not be clear. While documentation is not completed for each option but I would be happy to provide you assistance on any query. You can also write us on http://www.easyregistrationforms.com/support/
Forum: Plugins
In reply to: [Easy Registration Forms] username vs email addressHello,
Username is mandatory in WordPress to create a user.
By default Easy Registration Forms accepts Email as Username, however plugin also have a “USERNAME” field in Build area for a Registration type form. You may use the username field in your form.Feel free to drop us an email on [email protected] if you have any other questions.
- This reply was modified 7 years, 6 months ago by easyregistrationforms.
Forum: Plugins
In reply to: [Easy Registration Forms] Terms & ConditionsHello,
You may create a checkbox fields and paste the text and the link in HTML anchor tag and make it a Required field.
Forum: Plugins
In reply to: [Easy Registration Forms] Call custom script/shortcode after submissionHi,
You can add the it in your theme’s functions.php. Here is the sample code:
add_action(‘erf_post_submission’,’after_submission’);
function after_submission($submission){
if($submission[‘form_id’]==4){ // Compare your form ID
}
}Let me know if you have any more questions.
Forum: Plugins
In reply to: [Easy Registration Forms] FIRST LAST nameHello,
Thank you for contacting us.
First Name and Last Name fields are by default bound with meta keys for first and last name respectively.
For a logged in user, form populates the value of the fields that are bound to meta keys.In your case it appears that you already have Username saved in your profile.
Please verify Username form WordPress Dashboard >> Users >> Your Profile.Feel free to drop us an email on [email protected] if you face any issue.
Forum: Plugins
In reply to: [Easy Registration Forms] email and passwordHi @love2playgames,
Thank you for contacting us. Email and Password fields are blocked/disabled as you are logged into the system. Please logout and check the same form.
Let me know if you have any more questions.
Hi,
Our plugin uses HTML max length attribute. Could you please check the validation with only HTML. You can check here : https://www.w3schools.com/tags/tryit.asp?filename=tryhtml_input_maxlength
Forum: Plugins
In reply to: [Easy Registration Forms] Success message puts \ before ” in linksHi there,
Apparently this issue was reported by another client. We will be fixing it in our next release. Please check the change log when you update the plugin.
Forum: Plugins
In reply to: [Easy Registration Forms] Call custom script/shortcode after submissionHi @soulwasted,
You can use one of our action : erf_post_submission
Registered function will get one parameter with submission information. Let me know if it doesn’t work for you.Forum: Plugins
In reply to: [Easy Registration Forms] Redirect after submission stopped workingHi there,
Thank you for the information. Our plugin uses Ajax to handle form submission and redirection. If you can exclude your code for Ajax requests then it should work fine. You can check for Ajax requests with the following code:
if (defined(‘DOING_AJAX’) && DOING_AJAX){ // Your code
}Forum: Plugins
In reply to: [Easy Registration Forms] Redirect after submission stopped workingHello,
Please provide us your form URL and if possible please contact us on [email protected] since we would require more details and dashboard access in order to debug the issue at your end.
Looking forward to hearing from you.
Forum: Plugins
In reply to: [Easy Registration Forms] form-render.min.js throws errorHello,
It seems one of your new plugin is loading another instance of babel-pollyfill library. As of now this library is not shipped with WordPress hence plugin vendors uses their own library.
It appears some other plugin is loading different version of the library on our page. We would suggest you to deactivate the plugins one by one to identify the culprit.
As this issues appears only on form builder page, as a temporary resolution you can disable the other plugin while editing form. Soon WordPress will be adding this library then this conflict will be resolved.
Forum: Plugins
In reply to: [Easy Registration Forms] Add custom Shortcode to my formHello,
Thank you for contacting us.Our Rich-text field executes shortcodes, you may place your shortcode and check if that works in your case since, currently with little explanation, we are unaware of complete requirements.
Please drop us an email on [email protected] if face any issue further or have any other question.
Forum: Plugins
In reply to: [Easy Registration Forms] Date FormatHello,
We have noted your requirement and will release a fix for in upcoming version.
Feel free to drop us an email on [email protected] if you have any other question.