How to add text in the form builder?

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.

This forum is for discussing mojoPortal development

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.

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.

Do not post questions about design, CSS, or skinning here. Use the Help With Skins Forum for those questions.
This thread is closed to new posts. You must sign in to post in the forums.
5/15/2012 4:44:55 PM
Gravatar
Total Posts 24

How to add text in the form builder?

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.

5/15/2012 4:58:30 PM
Gravatar
Total Posts 18439

Re: How to add text in the form builder?

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

5/15/2012 5:11:51 PM
Gravatar
Total Posts 24

Re: How to add text in the form builder?

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 :)

5/15/2012 5:24:52 PM
Gravatar
Total Posts 18439

Re: How to add text in the form builder?

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,

Joe

5/15/2012 5:53:05 PM
Gravatar
Total Posts 24

Re: How to add text in the form builder?

Thank you.

5/15/2012 6:14:53 PM
Gravatar
Total Posts 24

Re: How to add text in the form builder?

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

5/16/2012 7:42:56 AM
Gravatar
Total Posts 18439

Re: How to add text in the form builder?

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?

5/16/2012 10:28:55 AM
Gravatar
Total Posts 24

Re: How to add text in the form builder?

Thank you Joe, 

You were absolutely right! 

You must sign in to post in the forums. This thread is closed to new posts.