adding textareas… adding countries…
-
Hi,
Got a couple of issues you should probably know about:
When adding “text areas” your code generates
<input type="textarea" name="long_description">textarea is not a valid HTML input type
Your code should read
<textarea name="long_description"></textarea>Secondly I’m unable to add countries. Please could you tell me how to do this. My country list is quite long although I’m happy to post all 196 of them if you’d prefer to do it yourselves…
Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
The topic ‘adding textareas… adding countries…’ is closed to new replies.