easyregistrationforms
Forum Replies Created
-
Forum: Plugins
In reply to: [Easy Registration Forms] Form field input patternHello @shilpahanchinal,
Thank you for contacting us.
Our testing team verified the issue, we will soon release a version with a fix.
Feel free to drop us an email on [email protected] for further assistance.
Forum: Plugins
In reply to: [Easy Registration Forms] Customize thank you message after form submissionHello @samsun34567,
Thank you for contacting us.
You can update the success message by following the steps below.
1. Go to Form Dashboard
2. Click on Post Submission
3. Change the message in Success Message box.Drop us an email on [email protected] for further assistance.
Hello @samsun34567,
Thank you for contacting us.
The display name is always set to the user’s first and last name, or username if first and last name fields are empty, it cannot be updated for a user’s profile through a form field.
In regards to the avatar, all WordPress sites come with built-in support for Gravatars and automatically show the user’s avatars. If you want to change the avatar, you need to change the gravatar, apart from this you can also use 3rd party plugins that allow updating the avatar from WordPress.Feel free to drop us an email on [email protected] if you have any other questions.
Forum: Plugins
In reply to: [Easy Registration Forms] Email notification not working rightHello @donna4u2,
In order to identify the issue, We need more details. Can you please write to us at http://easyregistrationforms.com/support/
Forum: Plugins
In reply to: [Easy Registration Forms] My Account navigation menu translationHello @zivitdrori,
We are still unable to see the issue on the above page. The page is loading fine and My Account is in Hebrew. Let us know if we are missing anything.
Forum: Plugins
In reply to: [Easy Registration Forms] New SubmissionHello @vaidehiimedia,
You can use [erforms_my_account] shortcode to allow a user to edit the submission. Make sure to enable the edit submission from Form Dashboard->Edit Submission.
Forum: Plugins
In reply to: [Easy Registration Forms] How to embed a link in the formHi @shilpahanchinal,
You can add a Rich-text field (Just below the checkbox) containing the link you want to redirect the user on.
Forum: Plugins
In reply to: [Easy Registration Forms] Edit AccountHello @donna4u2,
Are you trying to edit the submission? or you are expecting update profile form?
Forum: Plugins
In reply to: [Easy Registration Forms] Registration Form Title not showing correctlyHello @donna4u2,
It seems to be a configuration issue. Please check Form Dashboard->Email Templates to change anything related to email notifications. If the issue still occurs then write to us at https://www.easyregistrationforms.com/support/
Forum: Plugins
In reply to: [Easy Registration Forms] Registration FormHello @angelrq98,
Thank you for writing to us. The plugin should work fine regardless of the number of inputs and images. We are unable to replicate the issue since submission is successful in our test run on the above URL. Though the issue might happen if someone tries to upload a larger image than your WordPress limit. I would suggest you add some description about the image size on the corresponding field.
Forum: Plugins
In reply to: [Easy Registration Forms] Delete UserHello @vaidehiimedia,
Thank you for writing to us. There is no option to delete the user. Though you can use our hook to invoke a custom function call when a submission is deleted. Here is the sample code:
add_action(‘erf_submission_deleted’,’handle_deletion’,10,3);function handle_deletion($form,$submission,$user){
// Custom code to delete the user.
}Forum: Plugins
In reply to: [Easy Registration Forms] My Account navigation menu translationHello @zivitdrori,
Thank you for writing to us. As of now we are unable to check the issue on the above page (Since page seems to be broken). Please let us know.
Forum: Plugins
In reply to: [Easy Registration Forms] New feature- Add Otp for 2 step login verificationHello @shubhamtiwaripage,
Thank you for the suggestion.
Forum: Plugins
In reply to: [Easy Registration Forms] Flag icons not working on mobileHello @georgekarapi,
Thank you for reporting the issue. We will fix it in our coming version.
Forum: Plugins
In reply to: [Easy Registration Forms] Submission numberingHello @catkim56,
Thank you for contacting us. Submission numbers are generated from the WordPress post table. These can not be changed since it is handled at the database side. If you want to associate any custom unique number with the submission, then you can configure the Unique ID in the Form Dashboard->General Settings->Unique ID.