Simple feedback form isn't simple!
Posted: Fri Feb 15, 2008 6:44 am
I am new to Xataface (and especially so to quickforms), and would like to provide the following entry form for all users, whether logged in or not;
a) Text link on welcome page that activates a simple feedback form (prompts are first/last name, email, type of feedback via enum, feedback text) that is integrated into library DB as per the Find form.
b) Entries to be validated and saved to a 'Submissions' table, which also is to have non prompted for admin fields ie 'actioned' (enum y/n) and 'actioneddate' (datetime)
c) The submissions table not to have any visible presence (ie tabs) on the page, and to retain the existing audience menu structure
d) Validation of email entry on submit, with save to database and confirmatory message page to user on successful save plus email to site administrator of new record details.
I have followed the 'How to build submission forms using Xataface' tutorial (ie set up the table, ini files and permissions etc), but don't know how to get it to smoothly integrate into the application without extra tabs and/or loss of the 'audiences' menu on the left of the page.
Some sample snippets of code would be appreciated.
Trevor
a) Text link on welcome page that activates a simple feedback form (prompts are first/last name, email, type of feedback via enum, feedback text) that is integrated into library DB as per the Find form.
b) Entries to be validated and saved to a 'Submissions' table, which also is to have non prompted for admin fields ie 'actioned' (enum y/n) and 'actioneddate' (datetime)
c) The submissions table not to have any visible presence (ie tabs) on the page, and to retain the existing audience menu structure
d) Validation of email entry on submit, with save to database and confirmatory message page to user on successful save plus email to site administrator of new record details.
I have followed the 'How to build submission forms using Xataface' tutorial (ie set up the table, ini files and permissions etc), but don't know how to get it to smoothly integrate into the application without extra tabs and/or loss of the 'audiences' menu on the left of the page.
Some sample snippets of code would be appreciated.
Trevor