This forum is only for questions or discussions about working with the mojoPortal source code in Visual Studio, obtaining the source code from the repository, developing custom features, etc. If your question is not along these lines this is not the right forum. Please try to post your question in the appropriate forum.
Please do not post questions about design, CSS, or skinning here. Use the Help With Skins Forum for those questions.
You can monitor commits to the repository from this page. We also recommend developers to subscribe to email notifications in the developer forum as occasionally important things are announced.
Before posting questions here you might want to review the developer documentation.
Hello.
I was trying to find an answer and kind of got stuck. My question is, how can I split the form into different sections? I am trying to build a form like this: _http://techtou.com/SoftwareDevelopment/RequestQuote.asp. How can I add those fields like: Company Information and Software Details? Is there a way to insert a html tag <p> or <span>? When I do, for example, 2 different pages and adding instructions, it does not work, because instructions field is for all pages. Any ideas how I can add it?
Thank you in advance.
Hi,
In Form Wizard Pro, there is an "Instruction Block" question type that you can add to the form just like real questions and it allows you to enter html. You just choose it from the Question type dropdown as if it were a question, you can position it by drag and drop just like real qeuestions. In the Form Designer it exposes a link that opens a dialog page where you can edit the html.
Hope that helps,
Joe
Thank you for your reply. I got that, but this displays on very top, how about inserting another <p> or any other tag in the middle of the form as in the example page? I hope I explained it well :)
No, you are not understanding. I'm not talking about the main instructions, those do show at the top of every page, don't use that.
Read my previous post carefully.
Best,
Thank you.
For some reason my drag function isn't working for all fields.
I can not move any fields:
http://img189.imageshack.us/img189/733/drugox.png
Does your style.config file include:
<file>styleformwizard.css</file>
?
It looks like you are missing the css for the drag handle.
Is the site online where I could see the form?
Thank you Joe,
You were absolutely right!