.

Welcome Guest ( Log In | Register )

 
Reply to this topicStart new topic
Field widths
everton1995
post Oct 2 2008, 04:19 PM
Post #1


Member
**

Group: Members
Posts: 24
Joined: 2-October 08
Member No.: 5,474



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
Go to the top of the page
 
+Quote Post
Sergio
post Oct 2 2008, 09:24 PM
Post #2


Advanced Member
***

Group: Members
Posts: 274
Joined: 12-March 06
Member No.: 946



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.


--------------------
Go to the top of the page
 
+Quote Post
everton1995
post Oct 2 2008, 09:51 PM
Post #3


Member
**

Group: Members
Posts: 24
Joined: 2-October 08
Member No.: 5,474



Any ideawhere it would be would it be within .rvsitebuilder/projects?
Go to the top of the page
 
+Quote Post
Sergio
post Oct 2 2008, 09:53 PM
Post #4


Advanced Member
***

Group: Members
Posts: 274
Joined: 12-March 06
Member No.: 946



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.


--------------------
Go to the top of the page
 
+Quote Post
everton1995
post Oct 2 2008, 10:08 PM
Post #5


Member
**

Group: Members
Posts: 24
Joined: 2-October 08
Member No.: 5,474





The one that contains the form is

http://www.peteellis.net/basic2/Membership.php
Go to the top of the page
 
+Quote Post
everton1995
post Oct 2 2008, 10:15 PM
Post #6


Member
**

Group: Members
Posts: 24
Joined: 2-October 08
Member No.: 5,474



Thanks for putting me on the right track wink.gif , I will try 200
Go to the top of the page
 
+Quote Post
everton1995
post Oct 2 2008, 10:20 PM
Post #7


Member
**

Group: Members
Posts: 24
Joined: 2-October 08
Member No.: 5,474



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
Go to the top of the page
 
+Quote Post
everton1995
post Oct 3 2008, 07:13 AM
Post #8


Member
**

Group: Members
Posts: 24
Joined: 2-October 08
Member No.: 5,474



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?


Go to the top of the page
 
+Quote Post
pairote
post Oct 3 2008, 10:53 AM
Post #9


Administrator
***

Group: Admin
Posts: 4,252
Joined: 13-June 03
Member No.: 1



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.
Go to the top of the page
 
+Quote Post
everton1995
post Nov 18 2008, 11:07 PM
Post #10


Member
**

Group: Members
Posts: 24
Joined: 2-October 08
Member No.: 5,474



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?
Go to the top of the page
 
+Quote Post
pairote
post Nov 19 2008, 09:27 AM
Post #11


Administrator
***

Group: Admin
Posts: 4,252
Joined: 13-June 03
Member No.: 1



Not yet. Please wait for the new form builder.
Go to the top of the page
 
+Quote Post
everton1995
post Feb 18 2009, 07:43 PM
Post #12


Member
**

Group: Members
Posts: 24
Joined: 2-October 08
Member No.: 5,474



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.
Go to the top of the page
 
+Quote Post

Reply to this topicStart new topic

 



Lo-Fi Version Time is now: 2nd September 2010 - 11:41 PM