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
Oct 2 2008, 09:24 PM
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
Oct 2 2008, 09:51 PM
Any ideawhere it would be would it be within .rvsitebuilder/projects?
Sergio
Oct 2 2008, 09:53 PM
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.
Thanks for putting me on the right track , I will try 200
everton1995
Oct 2 2008, 10:20 PM
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
everton1995
Oct 3 2008, 07:13 AM
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
Oct 3 2008, 10: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.
everton1995
Nov 18 2008, 11:07 PM
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
Nov 19 2008, 09:27 AM
Not yet. Please wait for the new form builder.
everton1995
Feb 18 2009, 07:43 PM
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 .
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.