Quote:
Originally Posted by Warden-B-
I don't have that option on my site for 3.6.8 and I installed it as best I could that you said except for the red area shown and I do not see that profile anywhere. What did I do wrong?
|
vb 3.6.8 "Single-Line Text Box"
Title: XBox Live Gamertag
Descrtiption: What is your Gamertag for Xbox Live?
Max length of allowed user input: 15
The above is all you should have to add.
The rest should default at sufficient values.
It appears you have the right entries for the profile field.
Did you add the number of your created profile field in place of the
XX in your postbit code?
PHP Code:
<if condition="$post['fieldXX']">
If you created field5 then:
PHP Code:
<if condition="$post['field5']">