Help - Search - Members - Calendar
Full Version: Field widths
RV Products Forums > RVSiteBuilder > Suggestions and Feature Requests
everton1995
Hi,

When I create an online form my colum widths are wrong and I am unable to extend the width of column 1 as y ou can see in the image. Is there a way of making colum 1 wider as i would like the text to be all on one line





Thanks
Sergio
You can modify the width of the column editing the file where the form resides with a note pad.

Download the file and look for your first text that reads "I would like to receive a SAMM information pack", right there you will see
QUOTE
<td width="100">

change the 100 to a number that you like it most, that's it.
everton1995
Any ideawhere it would be would it be within .rvsitebuilder/projects?
Sergio
What is the URL of your web page? that way I can tell what is the file that you need to modify.

If you don't want to write it here send me the info via PM.
everton1995


The one that contains the form is

http://www.peteellis.net/basic2/Membership.php
everton1995
Thanks for putting me on the right track wink.gif , I will try 200
everton1995
CODE
<td class="textinside"><input name="Information_pack" type="checkbox" id="Information_pack" value="null" ></td>
            </tr><tr valign="top" bgcolor="#f0f0f0"><td width="200">Receive information about my local SAMM group:</td>
                <td class="textinside"><input name="Local_group" type="checkbox" id="Local_group" value="validate" ></td>
            </tr><tr valign="top" bgcolor="#ffffff"><td width="200">Please enter my details on the SAMM data base:</td>
                <td class="textinside"><input name="Data_base" type="checkbox" id="Data_base" value="validate" ></td>
            </tr><tr valign="top" bgcolor="#f0f0f0"><td width="200">Receive the SAMM Newsletter:</td>
                <td class="textinside"><input name="Newsletter" type="checkbox" id="Newsletter" value="validate" ></td>
            </tr><tr valign="top" bgcolor="#ffffff"><td width="200">I would like to help SAMM in my area:</td>
                <td class="textinside"><input name="Help_SAMM" type="checkbox" id="Help_SAMM" value="validate" ></td>
            </tr><tr valign="top" bgcolor="#f0f0f0"><td width="200">I would like to fundraise for SAMM:</td>
                <td class="textinside"><input name="Fundraise" type="checkbox" id="Fundraise" value="validate" ></td>
            </tr><tr valign="top" bgcolor="#ffffff"><td width="200">I would like to donate -:</td>
                <td class="textinside"><input name="Donate" id="Donate" type="text" value="" size="3" maxlength="20" ></td>
        </tr><tr valign="top" bgcolor="#f0f0f0"><td width="200">My Name**:</td>
                <td class="textinside"><input name="Name" id="Name" type="text" value="" size="20" maxlength="25" ></td>
        </tr><tr valign="top" bgcolor="#ffffff"><td width="200">Phone**:</td>
                <td class="textinside"><input name="Phone" id="Phone" type="text" value="" size="20" maxlength="20" ></td>
        </tr><tr valign="top" bgcolor="#f0f0f0"><td width="200">Mobile:</td>
                <td class="textinside"><input name="Mobile" id="Mobile" type="text" value="" size="20" maxlength="20" ></td>
        </tr><tr valign="top" bgcolor="#ffffff"><td width="200">Location:</td>
                <td class="textinside"><input name="Location" id="Location" type="text" value="" size="20" maxlength="20" ></td>
        </tr><tr valign="top" bgcolor="#f0f0f0"><td width="200">Email address**:</td>
                <td class="textinside"><input name="Email_address" id="Email_address" type="text" value="" size="25" maxlength="25" ></td>
        </tr><tr valign="top" bgcolor="#ffffff"><td width="200"></td>
                <td><input name="." type="hidden" id="." value="null"></td>



Still no change sad.gif
everton1995
The code
CODE
"><td width="200">
does change the table when I amend the Membership.php file to 400 and then save. It looks good. However, if I do work on another page and then publish, something somewhere reverts it back to 100

Any ideas?


pairote
For now, you will need to edit it manually after republish the website.

PS: We will change the form builder using 3rd-party WYSIWYG form builder. It is more robust, intuitive and easy to use. I wish to complete it by the end of this year.
everton1995
QUOTE(pairote @ Oct 3 2008, 03:53 AM) *
For now, you will need to edit it manually after republish the website.

PS: We will change the form builder using 3rd-party WYSIWYG form builder. It is more robust, intuitive and easy to use. I wish to complete it by the end of this year.


Has this "Cell Width" been resolved?
pairote
Not yet. Please wait for the new form builder.
everton1995
Hi,
Just a reminder to check if this issue has been resolved.



As you can see I am still having to ammend the default code from this
CODE
"><td width="100">
to this
CODE
"><td width="320">
everytime I publish, which is a lot sad.gif .





This is what it looks like after the ammendment. It would be fantastic if I could change this spacing within the online form on creation.
This is a "lo-fi" version of our main content. To view the full version with more information, formatting and images, please click here.
Invision Power Board © 2001-2010 Invision Power Services, Inc.