Moderators: macek, egami, gesf
<input type=text value=the value of this field name=fieldname>
<input type="text" value="the value of this field" name="fieldname">
DoppyNL wrote:Perhaps the problem is that you create you're input fields like this (php inserts the data):
- Code: Select all
<input type=text value=the value of this field name=fieldname>
the browser will only place "the" as default value in the input field.
perhaps this is you're solution.
- Code: Select all
<input type="text" value="the value of this field" name="fieldname">
If this is the problem it should be visable in the form.
could be something else though.
Greetz Daan
Users browsing this forum: No registered users and 1 guest