I would like to create a multi-page SAEF, where answers on page one dictate what custom fields are shown on page two or become filled out.
I have read the wiki article on hard coding custom fields and understand how to accomplish displaying custom fields.
Currently the work flow is as follows:
1. Display/Ask what weblog they want to publish. (Display only weblogs they have permission to publish) -> sets weblog
2. What type of blog post this is going to be and where it suppose to be displayed (article,event,navigation, main-page blog, sectional blog) -> Sets the category
4. Ask for Name of Article or Name of Event -> Sets Title
3. Publishing date and expiration calendar via http://expressionengine.com/downloads/details/saef_javascript_calendar/ If event from step two then show Repeet custom fields.
(Repeat Interval, Include Dates, Exclude Dates, Event Location, Contact Name)
5. Determine if there are any file upload (pictures or pdf) and upload files.
6. Next, Summary and Body(WYSWYG). I can implement tinymce into this page already.
7. Preview all the fields
8. Submit
I am thinking of not using SAEF and create a normal multi-page form and then use the last page to display the required SAEF in the hidden values?
Will hidden values get passed through EE security process? I want to prevent any SQL Injections and so forth.