Skip to content

Some field can be sometime text, and sometime selectbox. How to deal with that ?

Hi,

Let s say there is 3 blogs:

Blog1: is using field "title" as a select box: Mr/Ms
Blog2: is using field "title" as a select box: Mister/Madam
Blog3:  is using field "title" as a text box.

What is best way to deal with that ?


Comments

  • SvenSven www.GSA-Online.de
    use...
    add fixed data=title=%random_option%
    add fixed data condition=<select name="title"

    title={Mr|Mrs|God}
  • That s clever, loving it. Thank you Sven
Sign In or Register to comment.