Abul Khoyer
Forum Replies Created
-
Hi @dreamit99,
Thanks for your query. Fluent Forms includes option labels in email notifications by default. If you want to include option values instead, add “.value” alongside the name attribute, as shown below:
//option label
{inputs.dropdown}
//option value
{inputs.dropdown.value}If you want to put the value/label in the URL parameter as a working link. Simply insert it inside the anchor by selecting the link text. (see screenshot)
Hope this helps.Thank you.
Hello @vini33,
Sorry for the inconvenience. Can you please share the URL of the page where you have added the from so I can check the issue?
Thank you.
Hello @featuremonkey,
Thanks for your query. Unfortunately, initiating a form from a step other than the first step is not possible, and no workaround that I can suggest to you. If you use query parameters, it will only populate the specified step.
Thank you.
Hello @thorirv,
Sorry for the inconvenience. I’m experiencing no issues on my end. Could you kindly test a notification email to Gmail and provide a screenshot showing the sender’s details similar to this screenshot, please? This will help me better understand the problem and assist you further.
Waiting to hear from you.
Thank you.
Thank you, John. I’m closing this ticket now. Please feel free to open a new ticket if you find any queries further.
Have a nice day.
Hello @gimodverde,
Sorry for the inconvenience. I have tried to recreate the issue. Everything is working okay on our end. Can you please share the exact scenario so I can check the issue?
Waiting to hear from you.
Thank you.
Hello @walacky,
Thanks for bringing this to our attention. It seems to be a bug. I have notified the developer. Hopefully, it will be fixed in the next update.
Thank you.
- This reply was modified 9 months ago by Abul Khoyer.
Hello @christieleighs,
Sorry for the inconvenience. Everything is working as expected on our end. It seems something went wrong with your configuration. Can you please check if there are any issues on the Submission Logs -> API Calls? You will get this section under the entry page. Also, you may try integrating Mailchimp in a new form.
If you reach out to our business portal we can check directly by accessing your site as it is difficult to suspect the issue without troubleshooting.
Thank you.
Hello @rvcz,
Thanks for your query. I tried to understand your query, but it is still unclear, maybe for the translation. Can you please provide a bit more detail so I can understand and provide a possible solution?
Waiting to hear from you.
Thank you.
Hello @rvcz,
Thanks for your query. I’m not fully clear about your use case and the screenshot you shared seems deleted. However, adding repeater fields with conditional logic might serve your purpose. Please check out the documentations:
1. https://wpmanageninja.com/docs/fluent-form/field-types/repeat-field/
2. https://wpmanageninja.com/docs/fluent-form/advanced-features-functionalities-in-wp-fluent-form/conditional-logic-fluent-form/Hope this helps.
Thank you.
Hello @parkeladmin,
Thanks for sharing your concern. Could you kindly provide the URL of the page where you’ve added the form so I can assist you with a solution?
Waiting to hear from you.
Thank you.
Hello @hj,
Thank you for reaching out and for your kind words!
Unfortunately, the specific functionality you’re looking for isn’t possible. I understand that having six separate form submission pages could be cumbersome. Currently, we don’t have an option to dynamically load multiple forms based on a dropdown selection.
However, there is a workaround you could consider. You can group the fields of all six forms within a single form using containers for each form field group. Then, you can show and hide specific groups of fields conditionally based on the selection made in the dropdown. Please check out the documentation on conditional logic: https://wpmanageninja.com/docs/fluent-form/advanced-features-functionalities-in-wp-fluent-form/conditional-logic-fluent-form/.
Hope this helps.
Thank you.
Hello @tapsuccess,
Thanks for your query. The form you referred to is created with WPForms. Can you please share the Fluent Forms’ exported form JSON in a zip file so I can check the issue from our end?
Thank you.
Hello @alexisfontana74,
Thanks for sharing your concern. I can see the theme CSS is overriding the form’s style. Please use the following CSS in the Custom CSS section of your form as a fix,
input[type=radio], input[type=checkbox] {
z-index: 1 !important;
opacity: 1 !important;
visibility: visible !important;
}You will find the Custom CSS/JS settings under the Settings & Integrations section.
This should resolve the issue.
Thank you.
Hello @rvcz,
Thanks for your query. You can auto-delete form entries in general. Please find the settings in the Settings -> Confirmation Settings -> Compliance Settings under the Settings & Integrations section. You will find the option at the bottom.
Hope this helps.
Thank you.