[ad_1]
Hello, I’m old CFF user, but I have question like newbie 🙂
I’m trying to create personality type calculator and it has 4 different selections and I want that in the result would be only text, about 1 sentence about every selection (there are 4 different selections).
Now I see only the fieldname7 text in the results, how to add fieldname8, fieldname3 and fieldname6 text?
The code:
fieldname8==’Mėlyna’?’Esate šaltas, ištvermingas ir kiek grubesnio charakterio’:(fieldname8==’Pilka’?’Esate ramaus būdo ir ganėtinai ištvermingas’:(fieldname8==’Ruda’?’PARAŠYK RUDAAAAA’:(fieldname8==’Žalia’?’PARAŠYK ŽALIAAAAAA’:’RAŠYK SKIRTINGOS AKYS’)));
fieldname3==’Šviesi’?’ŠVIESŪS RAŠYK’:(fieldname6==’Tamsi’?’TAMSUS RAŠYK’:’RAUDONII RAŠYk’);
fieldname6==’Trumpi’?’TRUMPI RAŠYK’:(fieldname6==’Vidutinio ilgio’?’VIDUTINIAI RAŠYK’:’ILGI RAŠYK’);
fieldname7==’Stori’?’STORI RAŠYK’:(fieldname7==’Vidutinio storio’?’VIDUTINIAI RAŠYK’:’PLONI RAŠYK’);`
And 2nd question is it possible that user enters his email in the CFF (I think it’s field “email”) and we got it saved inside WP?
Thanks in advance 🙂
