Thread Starter
Alkorr
(@alkorr)
Hi, yes I did but maybe I missed it out… In fact I’d like to show a notice (text only) when a group is selected. ‘text’ is a field, not plain text to add below the group <:)
it seems very straight forward what you are trying to do. Please share some example code. Because what you seem to ask is just the basic functionality of the plugin:
[select s "option 1" "option 2"]
[group g]
[text t]
[/group]
[group notice]
here's a notice
[/group]
conditions:
if [s] equals "option 1" then show [g]
if [s] equals "option 1" then show [notice]
Is this what you are looking for?
Thread Starter
Alkorr
(@alkorr)
That’s exactly what I was looking for, thank you so much! In fact I thought I HAD TO use one of the field from the form to add text. I never thought (hence why I didn’t even try, my bad…) that your plugin could be so easy to use.
Thank you for your patience, it’s much appreciated! 🙂
cheers! Glad you like it 🙂 Feel free to leave a review.