fair-agenceweb
Forum Replies Created
Viewing 3 replies - 1 through 3 (of 3 total)
-
Hello, thanks for your replay, that’s perfect, working very well
Solved for me, thanks again for your timeOk thanks for your time & reply
And what about a select inputs with defined values ?
example
[group bebe-1] <div class="person"> <span>Bébé 1</span> <label>[text* nom-bebe-1-1 placeholder "Nom*"]</label> <label>[text* prenom-bebe-1-1 placeholder "Prénom*"]</label> <label class="age"><span>Age*</span> [select* age-bebe-1-1 "0" "1" "2"] <span>ans</span></label> </div> [/group] [group bebe-2] <div class="person"> <span>Bébé 1</span> <label>[text* nom-bebe-1-2 placeholder "Nom*"]</label> <label>[text* prenom-bebe-1-2 placeholder "Prénom*"]</label> <label class="age"><span>Age*</span> [select* age-bebe-1-2 "0" "1" "2"] <span>ans</span></label> </div> <div class="person"> <span>Bébé 2</span> <label>[text* nom-bebe-2-2 placeholder "Nom*"]</label> <label>[text* prenom-bebe-2-2 placeholder "Prénom*"]</label> <label class="age"><span>Age*</span> [select* age-bebe-2-2 "0" "1" "2"] <span>ans</span></label> </div> [/group]to complete previous post, here are a piece of the conditions
if [nbre-adultes] equals "5" then show [adulte-5] if [nbre-adultes] equals "4" then show [adulte-4] if [nbre-adultes] equals "3" then show [adulte-3] if [nbre-adultes] equals "2" then show [adulte-2] if [nbre-adultes] equals "1" then show [adulte-1]
Viewing 3 replies - 1 through 3 (of 3 total)