Jump to content

[SOLVED] About editing form


Recommended Posts

I apologize for my English but I use google translator, also this is my first post and I hope it is the right section.
 
are to create a form for requesting quotes, I know that there are already ready modules but this is important to me.
 
as you can see from the attached photo, I have to move some things and put them online, and I'm stuck because I do not know how to do.
 
Can you help me please?
 
I include photos and the code used
 
Thanks to all and sorry again.
 
allineare.png
 
<fieldset>
<legend style = "color: #0000FF"> Informazioni Sito Web da Realizzare</legend>
<p>Tipo di Sito ? (seleziona da elenco):
<select name="sitoweb">
<option value="ecommerce">Ecommerce</option>
<option value="sitoweb">Sito Web</option>
<option value="log">Blog</option>
<option value="forum">Forum</option>
<option value="altro">Altro</option>
</select></p>
<p>Descrivere solo se hai selezionato Altro: <input type="text" name="altrositoweb" /></p>
<p>Tipo cms da utilizzare ? (seleziona da elenco):
<select name="cms">
<option value="prestashop">Prestashop</option>
<option value="joomla">Joomla</option>
<option value="wordpress">Wordpress</option>
<option value="phpbb">PhpBB</option>
<option value="altro">Altro</option>
</select></p>
<p>Descrivere solo se hai selezionato Altro: <input type="text" name="altrocms" /></p>
</fieldset>

 

Edited by sbeem (see edit history)
Link to comment
Share on other sites

×
×
  • Create New...