easyregistrationforms
Forum Replies Created
-
Forum: Plugins
In reply to: [Easy Registration Forms] user_register hookHello @josemetal7,
Thank you for contacting us. You can use our hook “erf_user_created” which is called after user registration. Example:
add_action(‘erf_user_created’, ‘user_created’, 10, 3);
function user_created($user_id, $form_id,$sub_id){
// Here you will be able to access $_POST
}Regarding the $_POST key, It is generated dynamically by our plugin. As of now, there is no way to get the field name from the configuration. You can inspect it in the browser console by checking the field’s name.
Forum: Plugins
In reply to: [Easy Registration Forms] Typo in form validation messageFixed in our recent release.
Forum: Plugins
In reply to: [Easy Registration Forms] Search member/subscription with a specific fieldHello @altamirneto,
There is no feature to search as per the field values. Our default search function searches the value in all the submissions.
Forum: Plugins
In reply to: [Easy Registration Forms] Get ImageHello @rianrismawati09,
Thank you for writing to us. Can you please clarify your question? Where do you want to show the image?
Forum: Plugins
In reply to: [Easy Registration Forms] Admin user role sees the registration form.Hello @willian303,
As of now, there is no such feature. However, we are developing an add-on to implement such a feature. It will be live in January next year.
Forum: Plugins
In reply to: [Easy Registration Forms] create multe select fieldHello @msivakuma,
You can enable the “Allow Multiple Selections” option from the select field configuration. Let me know if you have any more queries.
Forum: Plugins
In reply to: [Easy Registration Forms] Mail text traslationHello @dpalbume,
Except “Submissions” all the string should be translatable from WooCommerce. You can use standard MO/PO editor to translate any string in our plugin. Same applies for “Submissions”.
Forum: Plugins
In reply to: [Easy Registration Forms] Typo in form validation messageHello @volitiondesign,
Thank you for reporting the issue. We will fix it in our next release.
Forum: Plugins
In reply to: [Easy Registration Forms] Email field is gone in registrationformAs this issue is specific to your website environment, I am closing this ticket here.
Forum: Plugins
In reply to: [Easy Registration Forms] Form email to different email addressesHello @mugheeskhan,
Multiple email addresses can be added separated by a comma. Please configure and let me know if it is not working.
Forum: Plugins
In reply to: [Easy Registration Forms] progress barHello @abelicious,
Thank you for the email. There is no such progress bar, though our Multipage generate Tabs for each page which might help. Please check here.
Forum: Plugins
In reply to: [Easy Registration Forms] Email field is gone in registrationformHello @jeroentjed,
Kindly provide your form URL in order to allow us to debug the issue at your end.
Feel free to drop us an email on [email protected] along with the support reference so that we can identify your ticket.
Looking forward to your response.
Forum: Plugins
In reply to: [Easy Registration Forms] Can’t add more fieldsKindly clear your website’s (WordPress) cache if you are using any cache plugin.
If you still can’t add fields, feel free to drop us an email on [email protected] for further assistance since we would require more details about the issue and we would also need your website’s access in order to debug the issue.Looking forward.
Forum: Plugins
In reply to: [Easy Registration Forms] Can’t add more fieldsHello @abelicious,
There were JS and CSS changes in version 2 release. It seems static files are still loading from your browser cache. Can you please clear the cacge and let me know the result.
Forum: Plugins
In reply to: [Easy Registration Forms] Field builder does not work with v2.0.3Hello @hncetin,
Can you please clear your cache and check again.