How to make dynamic pulldown selectors with JCI
-
Here is how to use this JSON Content Importer plugin to make html forms with dynamic pulldown selectors, based on values from your json feeds.
I had an idea this might work and was surprised I got it on the first try. It’s a super easy lo-fi solution I’ve sought for months.
Note where the shortcode sits in the middle of the html tags and where you need to go to single quotes instead of double-quotes.
<form action="/page" method="get"><select name="parameter"> [jsoncontentimporter url="https://...jsonurl.json" basenode="basenode"] <option value='{paramater-value}'>{field2}</option> [/jsoncontentimporterpro] </select>??<input type="submit" value="GO" /></form>
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
- The topic ‘How to make dynamic pulldown selectors with JCI’ is closed to new replies.