Hi,
I am new to form making, I managed to design a form using the form wizrad. and this is the html source:
I read through the forums trying the fix it, and added spaces in the texts and line breaks, but the problem is not solved.
can anyone give me some tips on how to solve this?
Thanks,
Hava
I am new to form making, I managed to design a form using the form wizrad. and this is the html source:
<style type="text/css" >
div.validation-advice {
font-weight:bold;
font-style:italic;
color:red;
}
</style>
<DIV class=form_item >
<DIV class="form_element cf_heading" >
<H1 class=cf_text id="" >Recommend a book for the Library</H1></DIV>
<DIV class=clear > </DIV></DIV>
<DIV class=form_item >
<DIV class="form_element cf_text" ><SPAN class=cf_text >Please provide us your personal details</SPAN></DIV>
<DIV class=clear > </DIV></DIV>
<DIV class=form_item >
<DIV class="form_element cf_textbox" ><LABEL class=cf_label >Name: </LABEL><br><INPUT class=cf_inputbox id=text_3 maxLength=150 size=30 name=text_3 ></DIV>
<DIV class=clear > </DIV></DIV>
<DIV class=form_item >
<DIV class="form_element cf_dropdown" ><LABEL class=cf_label >Status </LABEL><br><SELECT class="cf_inputbox validate-selection" id=select_4 size=1 name=select_4 ><OPTION value="Select" selected >Select: </OPTION><OPTION value="Faculty member">Faculty member</OPTION><OPTION value=Student >Student</OPTION><OPTION value=Other >Other</OPTION></SELECT><A class=tooltiplink onclick="return false;" ><IMG class=tooltipimg height=16 src="components/com_chronocontact/css/images/tooltip.png" width=16 border=0 ></A>
<DIV class=tooltipdiv >Status :: please select</DIV></DIV>
<DIV class=clear > </DIV></DIV>
<DIV class=form_item >
<DIV class="form_element cf_textbox" ><LABEL class=cf_label >Phone number: </LABEL><br><INPUT class="cf_inputbox validate-number" id=text_5 maxLength=150 size=30 name=text_5 ></DIV>
<DIV class=clear > </DIV></DIV>
<DIV class=form_item >
<DIV class="form_element cf_textbox" ><LABEL class=cf_label >Email address: </LABEL><br><INPUT class="cf_inputbox required validate-email" id=text_6 maxLength=150 size=30 name=text_6 ></DIV>
<DIV class=clear > </DIV></DIV>
<DIV class=form_item >
<DIV class="form_element cf_text" ><SPAN class=cf_text >Please provide bibiliographic information. The more information we have the easier it will be to locate the book.</SPAN></DIV>
<DIV class=clear > </DIV></DIV>
<DIV class=form_item >
<DIV class="form_element cf_textbox" ><LABEL class=cf_label >Title: </LABEL><INPUT class="cf_inputbox required" id=text_8 maxLength=150 size=150 name=text_8 ></DIV>
<DIV class=clear > </DIV></DIV>
<DIV class=form_item >
<DIV class="form_element cf_textbox" ><LABEL class=cf_label >Author: </LABEL><br><INPUT class=cf_inputbox id=text_9 maxLength=150 size=50 name=text_9 ></DIV>
<DIV class=clear > </DIV></DIV>
<DIV class=form_item >
<DIV class="form_element cf_textbox" ><LABEL class=cf_label >Publisher: </LABEL><br><INPUT class=cf_inputbox id=text_10 maxLength=150 size=50 name=text_10 ></DIV>
<DIV class=clear > </DIV></DIV>
<DIV class=form_item >
<DIV class="form_element cf_textbox" ><LABEL class=cf_label >Edition: </LABEL><br><INPUT class=cf_inputbox id=text_11 maxLength=150 size=30 name=text_11 ></DIV>
<DIV class=clear > </DIV></DIV>
<DIV class=form_item >
<DIV class="form_element cf_textbox" ><LABEL class=cf_label >Year: </LABEL><br><INPUT class="cf_inputbox required" id=text_12 maxLength=150 size=30 name=text_12 ></DIV>
<DIV class=clear > </DIV></DIV>
<DIV class=form_item >
<DIV class="form_element cf_textbox" ><LABEL class=cf_label >ISBN: </LABEL><br><INPUT class="cf_inputbox validate-number" id=text_13 maxLength=150 size=30 name=text_13 ></DIV>
<DIV class=clear > </DIV></DIV>
<DIV class=form_item >
<DIV class="form_element cf_textarea" ><LABEL class=cf_label >Comments: </LABEL><br><TEXTAREA class=cf_inputbox id=text_1 name=text_1 rows=5 cols=30 ></TEXTAREA></DIV>
<DIV class=clear > </DIV></DIV>
<DIV class=form_item>
<DIV class="form_element cf_button"><INPUT type=submit value=Submit></DIV>
<DIV class=clear> </DIV></DIV>
The form is working well enough, ie, sending the emails. However the mail I receive has no spaces between the fileds names and the content. Here is an example:NameHava
StatusStudent
Status :: please select
Phone number92643964
Email [email]addresstest@tauex.tau.ac.il[/email]
Please provide bibiliographic information. The more information we have the easier it will be to locate the book.
TitleBible
I read through the forums trying the fix it, and added spaces in the texts and line breaks, but the problem is not solved.
can anyone give me some tips on how to solve this?
Thanks,
Hava
Hi Hava,
Have you tried editing the Email template - or creating one if there isn't one?
Bob
Have you tried editing the Email template - or creating one if there isn't one?
Bob
This topic is locked and no more replies can be posted.