Developer forum

Forum » Templates » Extranet Extended formfields

Extranet Extended formfields


Reply
Hi there,

I made an Extranet login form with the regular input fields from the template.

There a two fields that are setup as textarea instead of input type text.
It's address and adress2. How can i make those field also input type text fields?

here is the code:

 <tr>
    <td width="21%">Adres</td>
     <td><!--@Address_ctrl--><span class="validatie"><!--@Address_validator--></span></td>
  </tr>
 <tr>
    <td width="21%">Huisnummer</td>
     <td><!--@Address2_ctrl--><span class="validatie"><!--@Address2_validator--></span></td>
  </tr>

Thanks in advance.
Niek Brinkman

Replies

 
Reply
Fixed, you can make youre own field. Just be sure to have het name and id like the tagvalue.

 

You must be logged in to post in the forum