cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

form (pretext , posttext)

Former Member
0 Likes
440

hi ,

Am working with form.

am displaying the values from my text elements.

So wats my requirement is

am doing like this.

NAME : &name1&

so when there is no value for &name1&

its displaying the String 'NAME' : <blank>

but i want to display it when it contains the value &name1&

eg : NAME : martin

give me the syntax.

Thanks & regards,

Rajesh .k

View Entire Topic
Former Member
0 Likes

Hi ,

if im right u r using SMARTFORMS .... goto the CONDITION tab of text element put the following ,,,,,

Field Name Relational Operator Comparision Value

name1 Not Equal to Initial

if u r using script

u can write

if &name& is not initial.

name : &name&.

endif.

hope this helps ...