Languages2
-
I find this within the code:
<label for=”yourname”>Your Name: *</label>
<input type=”text” size=”50″ id=”yourname” name=”yourname” class=”TextField” value=”” />
</p>
<p>
<label for=”youremail”>Your E-Mail: *</label>
<input type=”text” size=”50″ id=”youremail” name=”youremail” class=”TextField” value=”[email protected]” dir=”ltr” />
</p>
<p>
<label for=”yourremarks”>Your Remark:</label>
<textarea cols=”49″ rows=”8″ id=”yourremarks” name=”yourremarks” class=”Forms”></textarea>
</p>
<p>
<label for=”friendname”>Friend’s Name: *</label>
<input type=”text” size=”50″ id=”friendname” name=”friendname” class=”TextField” value=”” />
Separate multiple entries with a comma. Maximum 5 entries.
</p>
<p>
<label for=”friendemail”>Friend’s E-Mail: *</label>
<input type=”text” size=”50″ id=”friendemail” name=”friendemail” class=”TextField” value=”” dir=”ltr” />
Separate multiple entries with a comma. Maximum 5 entries.
</p>But i have no access and i need to put the form in Spanish. It′s mandatory.
Tell me which file has it code.
Best regards.
- The topic ‘Languages2’ is closed to new replies.