Customise Error page design
Posted: 21 January 2008 04:31 AM   [ Ignore ]
Newbie
Rank
Total Posts:  3
Joined  2008-01-19

Hi there,
I am new to freeform and EE. The problem I faced may be very basic but I really need some one to guide. I have used a captcha field in my form. When the captcha fields doesn’t match I get a error message “The captcha word you submitted is incorrect. Please go back and try again”. I want to change the design of this page so that this page would look like part of my website. Please help.

Profile
 
 
Posted: 21 January 2008 07:56 AM   [ Ignore ]   [ # 1 ]
Administrator
Avatar
RankRankRankRank
Total Posts:  3257
Joined  2006-10-18

I believe that would be running off of the ExpressionEngine standard User Message Template:
CP Home › Admin › Specialty Templates › User Message Template

You can customize it there, however, as a warning, that template is used for MANY EE errors/success pages, so you’ll have to keep that in mind.

Your other option would be to implement Javascript with Solspace’s onSubmit extension.

 Signature 
Profile
 
 
Posted: 22 January 2008 01:13 AM   [ Ignore ]   [ # 2 ]
Newbie
Rank
Total Posts:  3
Joined  2008-01-19

Thanks Pie-Man. I will surely look into it.
I have aother query. Suppose on my site there is a registration form and I want to store the registerd users details in my database table named tbl_registeruses. What procedue I should follow? Thanks in advance.

Profile
 
 
Posted: 22 January 2008 12:30 PM   [ Ignore ]   [ # 3 ]
Administrator
Avatar
RankRankRankRank
Total Posts:  701
Joined  2004-03-30

You’d want to write an extension that executes on one of the Freeform extension hooks to do that additional insert.

mk

 Signature 

Mitchell Kimbrough

Profile