easyregistrationforms
Forum Replies Created
-
Forum: Plugins
In reply to: [Easy Registration Forms] “Create a Form” not availableHi,
Thank you for reporting the issue. Our team is working on it and will release a fix in an hour.
Forum: Plugins
In reply to: [Easy Registration Forms] “Create a Form” not availableHi,
Our plugin does not come with any built in forms. However when you add a new form, system will add few default fields to start with. “Add New Form” option should be available on “All Forms” page.
Forum: Plugins
In reply to: [Easy Registration Forms] Non plugin generic CSS provided in the pluginHello @klodoma
We implemented the CSS to resolve issue that was occurring in some of the themes.
We will remove all the generic CSS and update with plugin specific CSS in our next version.Feel free to drop us an email on [email protected] in case you face any issue using our plugin.
Forum: Plugins
In reply to: [Easy Registration Forms] change color of text fieldsHello,
Thank you for reporting the issue.
We will resolve the issue in our next version, meanwhile we are providing CSS on your support ticket generated on email to fix the issue.
Our Registration Form creates user within WordPress. If user is already registered they won’t be able to submit the form until logged into the system. There is no option to restrict user submission on the basis of previous registration.
Hi,
Our plugin uses AJAX to send submission request. Hence it will not output the data into browser. You will have to use browser’s XHR console to check the printed data. I would prefer to use “die” statement to stop the execution. Php code is:
var_dump($submission);
die;Forum: Plugins
In reply to: [Easy Registration Forms] Sending emails – cron?Hi @dnicinski,
There is no direct option or way to implement such redirection. Also the requirement is quite specific and have not been asked by any other users. Feature implementation is demand driven and will be implemented if it serves general purpose. Adding such features/options will increase the complexity for normal users. However this can be implemented by a WordPress developer with the help of sessions.
Hi @jerrelzendos,
$submission is a nested array. You don’t have to implode $submission. I would suggest you to understand the array structure using var_dump. Then you will be able to extract the required information. For example: All the field’s data are saved under “fields_data” key which again points to a nested array with all the field referenced and their corresponding values.
Hi @jerrelzendos,
Thank you for contacting us. $submission is just an ordinary array. You can dump it and check all the available data. Password field won’t be part of it as it is saved into WordPress user table in encrypted format. We do not save password in separate table to make sure the integrity.
Let me know if you have further queries.
Forum: Plugins
In reply to: [Easy Registration Forms] Sending emails – cron?It is coming next week.
Forum: Plugins
In reply to: [Easy Registration Forms] Sending emails – cron?Hello @dnicinski,
In our current version we using WordPress cron job to improve the performance of the plugin but since this issue is reported by multiple user, we’ll change the email flow to be instantaneous in our upcoming version.
In regards with email going to spam folder, we would like to inform you that it depends on multiple factors i.e your server, from name and from email address (should be domain email address), subject of the email also plays a role.
To rectify this, you may use SMTP plugin along with ERF to configure ‘From Name’ and ‘From Email’ for emails.You can drop us an email on [email protected] for you need further assistance.
Forum: Plugins
In reply to: [Easy Registration Forms] won’t submit, just spinsHi there,
Thank you for contacting us. We just tried the form and submission went through without any problem. Could you please provide further details to replicate the issue ?
Forum: Plugins
In reply to: [Easy Registration Forms] Font Awesome Icons Not LoadingHello @lunkerlab,
We have released a version fixing the issue you mentioned. Kindly update the plugin.
Feel free to reach us out at [email protected] if you face any issue or have further questions.
Forum: Plugins
In reply to: [Easy Registration Forms] Font Awesome Icons Not LoadingHello @lunkerlab,
Thank you for bringing this into light.
We will release a fix in our next version.However we can rectify the issue for you on your server for time being, you may contact us on [email protected]
Hello @esteban300,
It is not possible to change the role of a user who is already registered user through our form. You have to change it manually
However, You may assign a role to a new user who is registering on your WordPress website by following the steps below :
1. Go to Form Dashboard
2. Click on Configure
3. Click on User Accounts
4. Select desired role for “Assign User Role” field.
5. Save when done.Feel free to drop us an email on [email protected] if you have further questions.