Search the Community
Showing results for tags 'drop down'.
-
Hi there, On my website page: https://www.writerrelocations.com/about-us/governance-team/, attaching the snapshot for your reference: I want the above one should be minimized and maximised when one click on the button(where the name is written); like in the reference below - it is minimized Maximised Option: Kindly let me know how can we do the same?
-
I'm trying to save a select field with single select option but after clicking on save button i got error page, data in select options is more than 6000
-
I see a fieldype made by Hanni; and i have a question with multi language; there's a way to made this fieldtype to save to multiLanguage processwire 2.5.* ? The module is: https://github.com/Hani79/Processwire_FieldType_Select_Drop_Down PD: i know there's a page fieldtype; but i dont wanna use that cause the final user dont need to see a page with 30 children for 1 category dropdown. Regards,
-
Sorry for this dummy question, I'm newbie for processwire. I try to make new field for search form from "drop down module" but nothing happens. Take a look: <select id='country' data-placeholder="Country" placeholder="Country" name='country'> <option value=''></option><?php foreach($country as $count){ $selected = $count == $input->whitelist->country ? " selected='selected' " : ''; echo "<option value='$count'>$count</option>";} ?> </select> What am I doing wrong? Cheers, a.
- 5 replies
-
- search form
- select
-
(and 1 more)
Tagged with: