Yes, thank you very much sabret00the & assassingod. Taking the ' ' out in my custom conditions worked...
Would it be possible to display a message if a member did not have any (none) of these specific fields filled out:
Code:
<if condition="$post['field7']"><strong>Tell us more about your PC</strong>:<br />$post[field7]<br /></if>
<if condition="$post['field8']"><strong>What's your level of experience</strong>:<br />$post[field8]<br /></if>
<if condition="$post['field9']"><strong>What's your connection speed</strong>:<br />$post[field9]<br /></if>
<if condition="$post['field10']"><strong>Intel or AMD</strong>:<br />$post[field10]<br /></if>
<if condition="$post['field13']"><strong>What's your processor speed?</strong>:<br />$post[field13]<br /></if>
<if condition="$post['field14']"><strong>Other specs for your PC</strong>:<br />$post[field14]<br /></if>