select field
-
please open this link to check the form when the user clicks on the interested country and clicks on the ” other ” option from the dropdown, then he can write the country name.
The page I need help with: [log in to see the link]
-
Hi @adeel321,
I hope you are doing well today!
I assume you want a solution as you described which is not currently available on your form. So, when the user clicks on the interested country and selects the “Other” option from the dropdown, then we will show them an input field that they can write the country name, is that correct?
If so, then please share an export of the form on the site so that we can help you better.
You can find more info on how to export the form here : https://wpmudev.com/docs/wpmu-dev-plugins/forminator/#import-export
After exporting, please share the code using a service such as https://pastebin.com which is free to use.
Please always make sure to use such service to share the code and don’t post the code here directly as it will most likely be unusable.`
Kind regards,
ZaferHi @adeel321,
Since we haven’t heard from you for a while. I’ll mark this thread as resolved for now. Please feel free to re-open the thread if you need further assistance.
Best Regards
NithinHi, I want to add 5 filed row-wise, how to add the function work like this please open the link below:
Hi @adeel321
I hope you are doing well.
I am afraid it is not possible, we can only include a max of four fields in the same row.
You can use some CSShttps://monosnap.com/file/ThuIyWHUQ07Cagtfh3pGhHdy66fKf8
Then use this code in Forminator > Form > appearance > Custom CSS:.forminator-ui{ display: grid; grid-template-columns: repeat(5, 1fr); grid-gap: 1rem; }https://monosnap.com/file/HTL80ilxJkrPacfFvTdZIPpaL60eXM
To find more about CSS grid: https://css-tricks.com/snippets/css/complete-guide-grid/
Best Regards
Patrick Freitasi am also send ka code for this form kindly solve it accordingly
======
please open this link to check the form when the user clicks on the interested country and clicks on the ” other ” option from the dropdown, then he can write the country name.
The page I need help with: http://ukiedu.com/study-abroad-kuwait-expo/
I am also unable to understand. I past this code in custom CSS, but there is no affect can you share a code or example for this
.forminator-ui{ display: grid; grid-template-columns: repeat(5, 1fr); grid-gap: 1rem; }
Hi @adeel321
I visited both pages with forms and none of those forms have ”other ” option. Did you remove them already?
Kind Regards,
Krishttp://ukiedu.com/study-abroad-kuwait-expo/
i want to create another option in this form Kuwait expo link. when user clicks on the other option and after this, he can write the interested country, how is that possible..
==================
https://jns.haqeeqattv.online/test-purpose/
in this link when you scroll down the page, there is an option clint and available test, i only hide the submit button.
Hi @adeel321,
i want to create another option in this form Kuwait expo link. when user clicks on the other option and after this, he can write the interested country, how is that possible..
You’ll have to use Visibility conditions to show/hide the “interested country” based on the options selected. Doesn’t that help in such a use case?
in this link when you scroll down the page, there is an option clint and available test, i only hide the submit button.
I’m afraid, I’m not sure whether I understand what you are looking to achieve.
You meant to add 8 fields in one row? As mentioned in the previous response you cannot add more that 4 fields in a row. You’ll need to use custom CSS to align more fields if needed.
Please explain further if I have missed out anything. Looking forward to your response.
Kind Regards,
Nithin
yes you are right, can you right custom css for me.
Hi @adeel321,
I hope you are doing well today!
We are getting “Error establishing a database connection” for the mentioned page https://jns.haqeeqattv.online/test-purpose/
Please correct it so that we can check further.
Kind regards,
Zafer
The topic ‘select field’ is closed to new replies.