Forums

Problem Adding Email Address in "Setup Emails"

mikesgroovin 16 Feb, 2009
Hey there,
First I would like to say that this is the easiest com for setting up forms on Joomla! that I've ever used. Thanks a lot for your hard work!!

I'm having a problem setting up and enabling an email in the "Setup Email" section under Form Management. Let me go through the steps I've taken:
1. Form is added under FormCode
2. General Tab "email the results" is set to "Yes" (I've tried with this set to "No" first before applying the email fields like the guide suggests too, same results)
3. I click "Setup Emails" and then click the "Add Email" button that adds a new email container
4. I add a To: then my address
5. I add a Subject:
6. I add a From Name:
7. I add a From Email:
8. Then Enabled becomes active and the container is green.
9. I click on the "Yes" Drop down to enable this email and then I click on the apply at the bottom... but nothing happens.
10. Then I try to click on the Save or Apply buttons at the top and nothing happens.
If I go back to the form management screen, it still depicts that I have 0 emails enabled. I am able to get the container green... just not able to get the form to accept and save what I have😟 Using Chrome and FireFox if that matters. Same results.

I wanted to follow the guide perfectly and am able to follow... just clicking on "Apply" or "Save" does nothing.
As an alternative solution, I can access the database and edit the "jos_chrono_contact" table if I need to. I really don't care how the email address gets in there, just need to add it so the form results actually go somewhere🙂

Thanks for reading, hope you can help🙂

-Mike
mikesgroovin 16 Feb, 2009
Update:
I'm able to add an email container through the wizard in a totally new form that I just made (without any fields)
I just wanted to get an entry in jos_chrono_contact_emails. Then I went into the DB and changed the formid from a 2 to a 1 and then it seemed to work.

I was able to fill out random values for the form and then hit Submit. Problem is, when I get the email... it's blank!
The email contains all of the values that I set (To, From, Subject, From Name) and if I select to record the IP then my ip address shows in the email but thats it's The actual form vaules don't show up in the email. Perhaps I created the Form wrong?

This is exactly what I have in the HTML section of "form code"
I've tried with and without the HTML and BODY tags.... same results, email is blank

<HTML>
<BODY>
<H2 align=center>International Union of Painters and Allied Trades, AFL-CIO<H2 align=center>Union of Real Estate Appraisers</H2><H2 align=center>Local 2351</H2><H2 align=center>Application for Membership</H2><P align=center>_________________________________________________________</P><H2 align=center><B><FONT face=Arial size=3> </H2></B></FONT><P>Last Name: <INPUT name="Last Name">     Middle Initial: <INPUT size=2 name="Middle Initial">    First Name: <INPUT name="First Name"></P><P>Street Address: <INPUT style="WIDTH: 557px; HEIGHT: 22px" size=70 name="Street Address"></P><P>City: <INPUT size=30 name=City>    State: <INPUT size=3 name=State>     Postal (Zip)Code: <INPUT size=10 name="Postal Code">     County: <INPUT name=County></P><P>Applicant's Phone Number: <FONT color=#ff0000>(xxx)-xxx-xxxx<FONT color=#000000>:</FONT> <INPUT name="Phone Number">      </FONT><FONT color=#000000>Social Secuirty Number <FONT color=#ff0000>(e.g.: xxx-xx-xxxx)</FONT>: <INPUT size=12 name=SSN>     </FONT></P><P><FONT color=#000000>Date of Birth: <INPUT name="Date of Birth">     </FONT>Email Address: <INPUT size=30 name="Email Address">     </P><P>Website Address: <INPUT size=50 name="Website Address">     Company Name: <INPUT size=30 name="Company Name"></P><P>Of What Nation Are You a Citizen? (Choose One): <SELECT name=Nation><OPTION value=1 selected>United States</OPTION><OPTION value=2>Canada</OPTION><OPTION value=3>Mexico</OPTION><OPTION value=4>Other</OPTION></SELECT>     If Other, Please Specify: <INPUT name="Other Nation"></P><P>What Languages Do You Speak? (Choose All That Apply): </P><P><INPUT type=checkbox value=English name=English>English     <INPUT type=checkbox value=Spanish name=Spanish> Spanish     <INPUT type=checkbox> French     <INPUT type=checkbox value=Other name=Other> Other (Please Specify): <INPUT name="Other Language"></P><P>Gender: <SELECT name=Gender><OPTION value=1 selected>Female</OPTION><OPTION value=2>Male</OPTION></SELECT>     Currently Married?: <SELECT name=Married><OPTION value=1 selected>No</OPTION><OPTION value=2>Yes</OPTION></SELECT></P><P>What Type Of Valuation Method Is Most Predominant In Your Work?  (Choose All That Apply):</P><P><INPUT type=checkbox value=CM name=CM>CM     <INPUT type=checkbox value=RES name=RES> RES     <INPUT type=checkbox value="Tax Assesment" name="Tax Assesment"> Tax Assesment     <INPUT type=checkbox value=Other name=Other> Other (Please Specify): <INPUT name="Other Valuation Method"></P><P>Have You Ever Been A Member Of IUPAT Or Any Other Union?:</P><P><INPUT type=checkbox value=IUPAT name=IUPAT> IUPAT     <INPUT type=checkbox> Other Union (Please Specify): <INPUT name="Other Union"></P><P><INPUT type=checkbox value="Declaration Read And Agree" name="Declaration Read And Agree">  I understand that if it is found, at any time, that I have made false statements in this application, my membership may be declared VOID, and all money paid be forfieted.  This signature acknowledges I have read and agree with the information I provided above</P><P>My initials below indicate that I have read the above information and agree with all submissions.  It also serves as my application's electronic signature.  These initials may only serve as my signiture on this IUPAT application:</P><P>My Initials:  <INPUT size=5 name=Signature>     Date: <INPUT name="Date of Signature"></P><P><INPUT type=submit value="Submit Application" name="Submit Application">     <INPUT type=reset value="Reset Form" name="Reset Form"></P><BR>
</BODY>
</HTML>
GreyHead 16 Feb, 2009
Hi mikesgroovin,

I'm not 100% certain that this is the cause but some of your inputs have names with spaces in them, for example
<INPUT type=checkbox value="Declaration Read And Agree" name="Declaration Read And Agree">
This is *illegal* html and will certainly cause problems somewhere down the line.

Try replacing the spaces with underscores Declaration_Read_And_Agree or I'd just simplify them declaration

You may need to recreate your table afterwards.

Bob
Max_admin 16 Feb, 2009
Hi mike,

you also need to remove the
<HTML>
<BODY>
and closing tags from your code and make sure your email has some template ?

Max
Max, ChronoForms developer
ChronoMyAdmin: Database administration within Joomla, no phpMyAdmin needed.
ChronoMails simplifies Joomla email: newsletters, logging, and custom templates.
This topic is locked and no more replies can be posted.