Upload File..Followed by "Thank You"

cabber 04 Feb, 2009
First time poster. Looks like another wonderful forum. Seems to be very responsive so please don't let me down πŸ˜›

I just built a ver generic form with Chronoforms on the latest Joomla version. My primary goal is to have a user submit a document to a specific email. I've accomplished this, but stuck on how to show a confirmation message. I can send the user to a new url, but would like to have a very brief "thank you" response once the user submits the document. I believe I need some code for the "on submit: area but not sure which code?

I was using this but it didn't work
<?php
global $mainframe:
$mainframe->enqueuemessage('Thanks for your submitting your resmue to Jarfly, we will get back to you shortly');
?>


Thanks in advance for all your knowledge.

Cabber
GreyHead 04 Feb, 2009
Hi cabber,

Try
<div>Thank you</div>
any html in the OnSubmit area will show up on the page after submission (provided that you don't have a ReDirect URL set).

Bob
cabber 04 Feb, 2009
AHHHHHHHHHHHHHH HAAAAAAAAAA!. I get it now. I didn't have the redirect turned on😢

Thanks for the quick reply. You're good.
cabber 04 Feb, 2009
Okay, I really get it. I turned off the redirect, and entered your code. Any chance you can help show the same "thank You" message on the Forms page? It opened a new page when I hit submit.

Thank you
Max_admin 04 Feb, 2009
Hi cabber,

you should put the thank you code in the "OnSubmit after email box"!! its under the form code tab!

Regards
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.