In the first tab of your form you can fill in the sender's adress.
It is default set to [email]admin@example.com[/email]. I have changed this into the address that I want it to be, but when I submit the form, the sender is unknown and there is no e-mailaddress to reply to.
I have searched on this forum if I am the only one with this problem, but I haven't found a solution. Anyone an idea what to do now?
Thanx!
P.S. I have used the debug modus and this is the result:
From: [] <--- stays empty????
To: [email]xxxx@xxxxx.xx[/email], [email]xxx.xxxxx@xxxxxx.com[/email]
Subject: <--- stays empty????
Post edited by: oschikhof, at: 2008/04/03 21:44
Post edited by: oschikhof, at: 2008/04/03 21:44
========================================================
I also filled in the specials and that is what caused the problem..
Sorry!!<br><br>Post edited by: oschikhof, at: 2008/04/03 21:59
Hi oschikhof,
Yes, if you put field names in the Special Fields tab they will (mostly) overwrite the values in the General tab - and it's up to you to make sure that the fields return 'good' values' for emails etc.
Bob
It was a bit confusing for me but I found the testform that you can install by using restoreform and that helped me out well!
There's only a small point left..I have already searched on this forum and partly found a solution.
Emailaddress validation wasn't working. Then I found in a topic that changing prototype into mootools would do the trick.
It did, until I deliberately filled in the word "test" as an e-mailaddress..
First it said, not a valid address, but when I clicked on submit again, it was sended anyway.
Is there also a possibility by blocking this as long as for example in this case, the emailaddress is still not valid.
Believe it or not but I see people filling in their name only instead of an emailaddress and then they complain that the form doesn't work๐
Best regards!
Owen<br><br>Post edited by: oschikhof, at: 2008/04/04 19:01
Hi Owen,
So you say that other validation rules work fine but the emailaddress rule doesn't work alone ? Can I see this form online some where ? there must be something wrong, you may have a space beside the field name in the validation tab or some file got corrupted but this can't happen!!๐
Cheers
Max
Max, ChronoForms developer
ChronoMyAdmin: Database administration within Joomla, no phpMyAdmin needed.
ChronoMails simplifies Joomla email: newsletters, logging, and custom templates.
Yeah you were right, did something wrong out there..
It got solved anyway!
Something that I ran into today, file uploading...
Strange thing is, if I send a file and it's not really big, then it's being sent with mail (like it should) but for example a file of 1 Mb, is not being sent by mail.
It is uploaded, I find it in the upload directory, permission are ok (thanx to another post in this forum).
Anyone an idea how to solve this?
I first got some blank screens etc, so I already changed the session handling to none (also other topic) and I extended the execution time. It helped with other problems, but no "large" files were included.
I haven't found the border yet, but for example file 14kb -> mail, file 600 kb -> uploaddir and not in mail.
Untill so far it always has been something simple, hopefully this time it's me again๐
Hi oschikhof,
That sounds like some kind of site or mailserver limit. Best check with your isp.
Bob
Hi aschikhof,
Yes, there should be a an 'Email sent' or 'Email not sent' message after that which suggests that the crash is between those two lines. But that includes sending the email - so doesn't really help much.
Try setting error reporting to Maximum and see if you get any more helpful messages.
Bob
Hi oschikhof,
This is strange, lets do some hack to help us track the problem, open chronocontact.php, find this line :
$email_sent = JUtility::sendMail($from, $fromname, $recipient,
$subject, $html_message, true, $ccemails, $bccemails,
$attachments, $replyto_email, $replyto_name );
add this line before it :
if ( $debug) { echo "We are about to email<br />"; }
now the debug shows you what ?
Max, ChronoForms developer
ChronoMyAdmin: Database administration within Joomla, no phpMyAdmin needed.
ChronoMails simplifies Joomla email: newsletters, logging, and custom templates.
I have the same problem, but in Chrono Forms V2.3.9 J1.0. I do not in the line chornocontact.php $ email_sent = JUtility: sendMailface-meh-blank
Nobody there to help me out?
Hi oschikhof,
I have no idea what the problem might be๐ Max may be able to help but I think he's been busy elsewhere.
Bob
Pleazzzz anyone who has a clue what my problem causes? It's so frustrating that somewhere betwee, 400 and 600kb the form just stops to include the attachment.
It's still uploaded to the website but the people who have to work with the form are not really into these things so they complain that downloading the attachments is too complicated for them.
They just want to have it included in their mail..
Hi oschikhof,
I have still no idea what might cause this. Can't you just add a download link in the email and remove the attachment entirely?
Bob
Hi Bob,
Any idea how I can do that? Including the downloadlink?
Greetz Owen