Hi, I want to add a few bits of text into a text area where a user completes the sentence. Ummmm I cant for the life of me get this to work like I had on my last form. (not phpformgen)
This is possible but the method used will not be the same for phpFormgenerator as it is for some other form program.
Try this modification to your code:
Hi, I want to add a few bits of text into a text area where a user completes the sentence. Ummmm I cant for the life of me get this to work like I had on my last form. (not phpformgen)
In my last it was simply
<textarea class="email_area" name="Message" cols="92" rows="30"><default>Text Here</default>
but as I say this dosnt seem to work. Anyone know how to insert this. I think it should go around the code below somewhere but everything I try fails.
<font face="Verdana"><input type=text name='Application' size=70 style="height:300; vertical-align:bottom; font-size:14pt" >*
Apologies if this is simple but its so hot in Northern Ireland today and I have had it, lol.
Many thanks in advance, Johnny.
This is possible but the method used will not be the same for phpFormgenerator as it is for some other form program.
Try this modification to your code:
<textarea class="email_area" name="Message" cols="92" rows="30">Text Here</textarea>
Thank you, that got me on the right track and now it works. Happy Days