Wednesday, October 10, 2018

Change the label of fields on an Online Customer Form through HTML

To change the labels of the fields from the HTML template file:

1. Edit the HTML Template used on the Online Customer Form.

2. On the part where you have the fields and NLTAGS, add an HTML tag for label.

e.g.


                <label>NOMBRE:</label><br />
                <label>APELLIDO:</label> <br />
                <label>Dirección 1:</label> <br /></form>

Note: Notice that we've override the supposedly English field name for First Name, Last Name and Address 1. This is most useful when you are creating a site with different language and you want to replace the label.

No comments:

Post a Comment