Menu

Pre filled text in text area.

Help
2007-05-02
2013-06-03
  • Johnnybgood

    Johnnybgood - 2007-05-02

    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.

     
    • TNTEverett

      TNTEverett - 2007-05-02

      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> 

       
    • Johnnybgood

      Johnnybgood - 2007-05-02

      Thank you, that got me on the right track and now it works. Happy Days

       

Log in to post a comment.

Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.