easyregistrationforms
Forum Replies Created
-
Forum: Plugins
In reply to: [Easy Registration Forms] {{current_user}} doesn’t work. Bug?Hello @basz85,
{{current_user}} tag will only work if the user submits the form in a logged-in state. It won’t work if the user is not logged into the system. Please check and let us know.
Forum: Plugins
In reply to: [Easy Registration Forms] {{current_user}} doesn’t work. Bug?Can you please confirm if you are talking about “User Auto Reply” notification?
Forum: Plugins
In reply to: [Easy Registration Forms] Populating Dynamic field order issueBelow code works fine at our end:
add_filter(‘erforms_1448_field-4F2yAVZG2lpFqiZ_load’,’dynamic_options’,10,2);
function dynamic_options($command,$form){
$command[‘on’] = array(‘field-4F2yAVZG2lpFqiZ’);
$command[‘options’]= true;
$command[‘data’]= array(
“01” => “Ανατολική Μακεδονία και Θράκη”,
“02” => “Αττική”,
“03” => “Βόρειο Αιγαίο”,
“04” => “Δυτική Ελλάδα”,
“05” => “Δυτική Μακεδονία”,
“06” => “Ήπειρος”,
“07” => “Θεσσαλία”,
“08” => “Ιόνιοι Νήσοι”,
“09” => “Κεντρική Μακεδονία”,
“10” => “Κρήτη”,
“11” => “Νότιο Αιγαίο”,
“12” => “Πελοπόννησος”,
“13” => “Στερεά Ελλάδα”);
return $command;
}Please make sure that your form ID is “1448”. Otherwise, replace “1448” with the correct form ID.
Regarding profile form, Popular WordPress plugins use WordPress user meta as their profile fields. You can map our form fields with the corresponding meta to create profile fields. Please check our blog: https://www.easyregistrationforms.com/custom-user-meta-fields/
Forum: Plugins
In reply to: [Easy Registration Forms] Populating Dynamic field order issueCan you please share a working URL to check? If not, then you can export the form and send it to [email protected]
Forum: Plugins
In reply to: [Easy Registration Forms] Change existing user roleHello @strike0concepts,
Thank you for contacting us.
Current updating the role through a form is only possible if you use plans in your form.You may refer to details and steps of implementation form the link: https://ww.wp.xz.cn/support/topic/latest-update-user-role-association-with-plan/
Feel free to drop us an email on [email protected] if you face any issue or have further questions.
Forum: Plugins
In reply to: [Easy Registration Forms] Latest update: User role association with plan.Hello @simondunant,
Thank you for the question.
In our latest update, we’ve included a feature with which you can assign a user role on the basis of plan selection, for example, your has site premium content which is visible/accessible to certain user role and for a free user, only limited content is visible/accessible, you can create two plans for this scenario and associate respective role with the plan.
Steps of implementation:
1. Create a new plan
2. Select the ”User Role Assignment” field.
3. Choose the role(s) you want to assign on the selection of plans (multiple roles can be assigned to on single plans selection or multiples plans can be selected to assign multiple roles – you may choose as per your requirement)
4. Save when done and include plans in your form.Feel free to drop us an email on [email protected] if you face any issue or have further questions.
Forum: Plugins
In reply to: [Easy Registration Forms] Username field ERROR!!Please upgrade to the latest version. Clear your cache and let us know the results.
Forum: Plugins
In reply to: [Easy Registration Forms] Username field ERROR!!Thank you for reporting the issue. We are including the fix in today’s release. Please keep the plugin updated.
Forum: Plugins
In reply to: [Easy Registration Forms] login after registrationHello @anthony750,
To make a user login after registration, kindly follow the steps given below:
1. Go to Form Dashboard
2. Click on User Account in Configure section.
3. Enable Auto User Activation
4. Enalbe Log in option.Feel free to drop us an email on [email protected] if we are missed something or misunderstood your question.
Forum: Plugins
In reply to: [Easy Registration Forms] Key “input pattern”- e-mailHello @anthony750,
Thank you for contacting us.
Kindly insert only the pattern ^[A-Z0-9._%-]+@[A-Z0-9.-]+\.[A-Z]{2,4}$ in email’s pattern field.
The pattern you provided accepts the uppercase characters along with the special characters you mentioned in the pattern.
We’ve tested your pattern in a form and it seems to be working fine.
Feel free to drop us an email on [email protected] if you have any question or need further assistance.
Forum: Plugins
In reply to: [Easy Registration Forms] Is there a way to setup a “notify me” type button?Hello @nortok00,
There is no direct feature such as to notify the user. However, you can implement similar functionality with the help of two forms and our MailChimp addon.
Create a contact type of form with an only Email field. This form serves the purpose of Notify Me functionality. In the backend, connect this form with one of your MailChimp lists using the add-on. When any user submits the form, the plugin creates the user in your MailChimp account. From MailChimp, you can send a notification email to all the listed users just before starting the registration.
When your registration starts, Create and publish the registration form. Let me know if you have any questions.
Forum: Plugins
In reply to: [Easy Registration Forms] register form front endHello @creativ3y3,
The registration form can be restricted to a particular user role. However, it does not allow to add other users.
Forum: Plugins
In reply to: [Easy Registration Forms] Date picker (exact the same date)Hello @basz85,
Thank you for reporting the issue. We will be releasing a fix in 48 hours.
Forum: Plugins
In reply to: [Easy Registration Forms] member profile goes to the dashboardHello @donna4u2,
“Edit Profile” features come directly from WordPress. Access depends upon user role permissions. Please let us know the User Role.
Forum: Plugins
In reply to: [Easy Registration Forms] add backup featureHello @ronavo0,
Thank you for contacting us. As of now, there is no such feature to backup all the forms and submissions at once. However, you can export them manually. Form Import/Export feature allows exporting the form. Export to CSV allows backup all the submissions.