Forums / Install & configuration / Creating Forms as desc. in Ez SDK Manual (5th June 2003) ?
Oliver Dissars
Wednesday 06 August 2003 5:06:41 am
Hello,
I tried to configure a feedback form as described (page 120 - 123) in the SDK manual, but I can't use the form in my site for the end user. The result can only used as a backend input form.
I understood the manual in the right way, that the result should be a frontend feedback form, which is sent by email to the email_receiver (site default or form depending - based on the way, it was configured)?
Regards,Oliver
Thomas Brandl
Wednesday 06 August 2003 6:27:12 am
don't forget to create a template for your form and an override entry in override.ini.append that points to that new template, like:
[contact] Source=node/view/full.tpl MatchFile=form.tpl Subdir=templatesMatch[class]=15
Probably got that already?!
Finally, check access rights on your files and turn on debugging in site.ini[.append]: [DebugSettings]DebugOutput=enabled
Good luck