easyregistrationforms
Forum Replies Created
-
Forum: Plugins
In reply to: [Easy Registration Forms] Bug in notification mail when using ‘Hello,
Thank you for bringing this to our consideration.
We will release a patch for this in upcoming version.Feel free to drop us an email on [email protected] if you have any other question.
Forum: Plugins
In reply to: [Easy Registration Forms] Date FormatHello,
Our plugin displays the date format as MM/DD/YYYY but saves it in format that is configured in WordPress Dashboard > Settings > General > Date Format.
Feel free to drop us an email on [email protected] in case you have any other question regarding our plugin.
Forum: Plugins
In reply to: [Easy Registration Forms] Opening a form in a popupHi @badi2018,
Could you please clarify about the Ajax call ?
Forum: Plugins
In reply to: [Easy Registration Forms] Opening a form in a popupHello,
We’ve tested multi-step form in a popup on our test server, everything seems to be working fine.
Popup plugin we used was “Popup Maker”.
Please try using other popup plugin and also provide us URL where we can see the form at your end to investigate further.Feel free to drop us an email on [email protected] if you still face any issue.
Forum: Plugins
In reply to: [Easy Registration Forms] how to add recaptcha to login form?Hello,
Currently reCaptcha is only available for Contact and Registration Type forms.
Password can be changed from ERF My Account area, you may use shortcode [erforms_my_account] to integrate on a page.
Feel free to drop us an email on [email protected] in case you have any other questions.
- This reply was modified 7 years, 7 months ago by easyregistrationforms.
Forum: Plugins
In reply to: [Easy Registration Forms] Създаване на “Logout”Hello,
Thank you for contacting us.
Please let us know where do you want to use Logout button.
Our plugin already have a Logout button in My Account area (shortcode – [erforms_my_account] ), which gets displayed to a logged in user, you may use it.
Let us know if we are missing something. If you have any other questions feel free to drop us an email on [email protected].
Forum: Plugins
In reply to: [Easy Registration Forms] Delete “edit form layout” bottomHi there,
Thank you for contacting us. “Edit Form Layout” is for admin User only and can not be deleted. However it won’t be visible to your site users.
Forum: Plugins
In reply to: [Easy Registration Forms] Forms not showing in the Forms Overview pageHello,
Thank you for contacting us.
The issue you’ve reported has never been reported by any of the plugin user. Form(s) should appear if you have already created any.
Kindly contact us on our support email address since we need more details about your site, local environment and customisation you might have done.
Our support email address is [email protected].
Looking forward to hear from you.
Forum: Plugins
In reply to: [Easy Registration Forms] Range FieldHi there,
Thank you for contacting us. As of now we do not have any range field however you can achieve the similar constraints with Number. You will have to provide Minimum and Maximum value for the number field.
Forum: Plugins
In reply to: [Easy Registration Forms] Add Unique Submission ID & Feature requestHello,
Please make sure you have enabled the option to generate unique ID in “Form Dashboard > Congigure > General Settings > Unique ID”
If it is already enabled and still you are unable get it, please drop us an email on [email protected].Forum: Plugins
In reply to: [Easy Registration Forms] Problem in exporting submissionHello,
CSV’s are available to export for both type of forms i.e Registration and Contact Form.
In your case there might be an issue, you can raise a support ticket on [email protected]
Looking forward.
Forum: Plugins
In reply to: [Easy Registration Forms] Confirmation dialog before deleting submissionHi,
Confirmation dialog has been added. Please upgrade and check.
Forum: Plugins
In reply to: [Easy Registration Forms] Reload page after submission editHi,
We have added a new JS trigger which is called just after edit submission. Here it is:
$(document).trigger(‘erf_submission_edited’, [formID,submissionID,res]);
You can attach your custom JS function(For reloading and other operations) with the above event in your theme’s JS file.
Forum: Plugins
In reply to: [Easy Registration Forms] Settings/requestHi,
Now you can use the Unique Submission ID. Here is the format:
function submission_columns($columns){
return array(‘User Email’=>’User Email’,’Username’=>’Username’,’Sec Email’=>’Sec Email’,’Hobbies’=>’Hobbies’,’File Upload’=>’File Upload’,’Unique ID’=>’Unique ID’);
}Forum: Plugins
In reply to: [Easy Registration Forms] Style of regular expression to use in input patternThis issue is fixed now. Please upgrade and reserve the pattern.