Email Form, pulldown-fields not on an new line

Get help with installation and running phpwcms here. Please do not post bug reports or feature requests here.
Post Reply
mathijs81
Posts: 1
Joined: Thu 2. Sep 2004, 11:03

Email Form, pulldown-fields not on an new line

Post by mathijs81 »

Hello,
I've this question:

I'm designing a form which reserves a bike. Now I need date and time fields. No problem using the SM typed fields, however each field appears on a new line. What I'd like to have is this:

day: (pulldownfield) month: (pulldownfield) year: (pulldownfield) <br>
time: [ --:-- ]

View the field: http://www.callafoldingbike.nl/phpwcms/ ... 13,0,0,1,0

Code: Select all

IT|Bikes|1|Number of bikes required:&nbsp;|5,5||300
SM|DateOfRentalDAY|1|Date of rental, Day:&nbsp;|1,1|1%1#2%2#3%3#4%4#5%5#6%6#7%7#8%8#9%9#10%10#11%11#12%12#13%13#14%14#15%15#16%16#17%17#18%18#19%19#20%20#21%21#22%22#23%23#24%24#25%25#26%26#27%27#28%28#29%29#30%30#31%31|50
SM|DateOfRentalMONTH|1|Date of rental, Month:&nbsp;|1,1|1%1#2%2#3%3#4%4#5%5#6%6#7%7#8%8#9%9#10%10#11%11#12%12|50
SM|DateOfRentalYEAR|1|Date of rental, Year:&nbsp;|1,1|2004%2004#2005%2005#2006%2006#2007%2007#2008%2008#2009%2009#2010%2010|100
IT|DateOfRentalTIME|1|Date of rental, Time:&nbsp;|20,40|--.--|300
I dont know if my wish is realistic... Please help!
User avatar
Oliver Georgi
Site Admin
Posts: 9892
Joined: Fri 3. Oct 2003, 22:22
Contact:

Post by Oliver Georgi »

create a static form ;-)
Oliver Georgi | phpwcms Developer | GitHub | LinkedIn | Систрон
Carlos Rocha
Posts: 72
Joined: Tue 3. Aug 2004, 00:12
Location: Portugal
Contact:

Post by Carlos Rocha »

What is a static from? I thought we couldn't put fields in the same line :shock:
User avatar
cyppher.nl
Posts: 138
Joined: Wed 19. May 2004, 18:38
Location: Hilversum, Netherlands

Post by cyppher.nl »

Carlos Rocha wrote:What is a static from? I thought we couldn't put fields in the same line :shock:
I designed a form in Dreamweaver and copied the code to a HTML content type. That's a static form. It's not possible to have more than 1 field on a line (next version?) but the static form works for me.
Thanks.
How do you do? And how do you do your wife?
Post Reply