Results 1 to 1 of 1

Thread: Edd a TEXT EDITOR to you submit form

  1. #1
    Join Date
    Jul 2003
    Posts
    128

    Default Edd a TEXT EDITOR to you submit form

    If you are interested in adding a text editor your your signup form.




    Can be done in three stages.

    Everyone has a <%$description%> field, but for this example I will use
    <%$detailed_info%>

    1. Add onsubmit="updateRTE('detailed_info'); return true;" into your form action line.

    Call detailed_info whatever you use. i.e. description, etc.

    <form action="add.php" method="post" enctype="multipart/form-data" name="add_frm" onsubmit="updateRTE('detailed_info'); return true;">

    2. upload the attached files into a folder in your main directory called /rte

    Then past the code below in place of your description box on your form.

    Remember again to change the field name to whatever you use.

    <tr class="tbl_normal">
    <td valign="top"><p align="right">Detailed Info: <font color="#FF0000"><strong>R</strong></font></td>
    <td><script language="javascript" type="text/javascript" src="rte/richtext.js"></script>
    <div align="left"><table border="0" cellpadding="0" cellspacing="0">
    <tr>
    <td><script language="javascript" type="text/javascript">
    initRTE("rte/images/", "rte/", "rte/");
    </script><script language="javascript" type="text/javascript">
    writeRichText('detailed_info', 'Please write about your business here', 420, 200, true, false);
    </script></td>
    </tr>
    </table>
    </div></td>
    3. Log into your control panel goto settings > add under "Allowed HTML tags" the following <p>,<br>,<u>,<em>,<b>,<strong>,<i>,<em>,<u>,<pre>, <blockquote>,<ol>,<ul>,<li>

    An example of this EDITOR in action.

    http://www.calgarybusiness.ca/add.php?cat=1


    Any questions? Just PM me pls.

    .. )
    Attached Files Attached Files
    Last edited by gspinney; 01-28-2008 at 11:54 PM.

Similar Threads

  1. Submit: Pickdirectory.com
    By piet in forum Buy, Sell or Trade
    Replies: 0
    Last Post: 08-04-2007, 07:10 AM
  2. Submit:New Bid Directory
    By piet in forum Buy, Sell or Trade
    Replies: 0
    Last Post: 08-04-2007, 07:06 AM
  3. Add Fields To Submit form
    By 4webmasters in forum v5.x
    Replies: 2
    Last Post: 06-17-2004, 11:37 PM
  4. Add Fields To Submit form & link display
    By 4webmasters.us in forum v5.x
    Replies: 9
    Last Post: 05-03-2003, 07:38 PM
  5. Hot, New and Editor Picks Text...
    By amanda in forum Tutorials, Hints & Tips
    Replies: 8
    Last Post: 11-30-2001, 06:19 AM

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •