From: Alnisa A. <all...@gm...> - 2005-07-23 23:04:56
|
Is it possible to export a survey, instead of using the <? include ?> state= ment? This is partially a question that deals with a forking issue. I have a survey that use sub-questions. I did find that there was a fork that dealt with that issue, but until I learn more about it, I'd like to continue with the main branch of phpESP. My thought is, if the survey code can be exported (or just copied from the generated pages, and added directly to the pages of my creation, then I could manually group the current multiple questions into a single question, so it has question 10a), 10b), 10c) etc. instead of 10, 11, 12, etc. My survey isn't closed yet, so mostly I'm wondering if the rendered HTML file, includes the necessary code that will call the proper page for submitting the survey or would I have to include additional code to insure that the survey ID is passed, and the proper processing page is called. I guess the follow-up question would be, if I do have to add additional code, what details would need to be added, and what gotchas should I be on the look-out for. I should also state, while I want to use phpESP to automate the creation of surveys, that at least for the next year or so, won't be having others create their own surveys, so I'm perfectly fine, taking the created code and adding it to a new page and manipulating it manually to get the page layouts to look and respond like I want them to. But it would be good to know if anyone else has done this, and what if any problems they may have run into. Alnisa |