Technical support This forum is closed.
Version 1.x > Technical support > BizForms View modes: 
User avatar
Member
Member
Chameane - 12/12/2005 2:40:54 PM
   
BizForms
Hi,

I'm trying to create an online form with the BizForms Tool...
the form will be used to receive online CVs, and has all the typics form chaps we can usually find.
The worry is that I need to publish some "experience champs" (to describe as fiable as possible an experience in enterprise) this champs are:
-Activity's Domain
-Dates
-Enterprise
-Job's description

Minimum one experience it's required but user should can enter several experiences.
I've thought to create another mini-form called experience and call it form the cv online form
But:

1. I cannot call it form the CV online (I've just tryed %%control:BozFormControl?experience%% in a texbox champ)
2. I cannot find a button or other display mode to click and show the experience mini form severals times in the same cvonline form
3. We should can display diffentent forms models depending on an user's choice. we make this choice in the aspx page. Is there any way to code statically a call to the bizform? By now we have to add several editable regions and helped by KenticoCMSdesk, we insert %%control:BozFormControl?cvonline1%% etc) and save the data...
Can we make someting like this in the aspx code?: <cc1:BizFormControl?cvonline1></cc1:BizFormControl>

Thanks,

User avatar
Guest
admin - 12/20/2005 4:23:02 PM
   
Re: BizForms
Hello,

Thank you for your message. I will try to answer all questions:

1., 2. Displaying the "sub-form"

If you need to create a field (sub-form) that will contain several options, you can use the "multiple choice" field type. If you need to ensure that at least one option is selected, please set it up so that it doesn't allow empty values.

Unfortunately, there's no option to create a button for opening a sub-form. The BizForm module cannot completely replace Visual Studio development, so you may need to create the more comlex forms in a classic way.

3. If you need to display BizForms from your code, you can use the BizForm control that is part of the Kentico.CMS.Forms library. It is described in the Developer's Guide -> Extending Modules -> BizForms.

Should you need any additional details, please feel free to contact me.

Best Regards,

User avatar
Member
Member
Chameane - 12/21/2005 10:47:46 AM
   
Re: BizForms
Hi, Thanks for reply

I also want to know if it's possible to manage a form made by myself (retrieve the champs that has been posted and export to an excel doc) with the cmsdesk->tools->bizforms tools module or I should create a new module

Thanks

User avatar
Guest
admin - 12/21/2005 11:26:23 AM
   
Re: BizForms
Hello,

If you create a completely new form, you will need to create your own back-end interface and register it as a new module in Kentico CMS Desk -> Tools section.

Best Regards,

User avatar
Member
Member
Chameane - 12/22/2005 10:18:49 AM
   
Re: BizForms
Thanks,

And what about the sending e-mail option?

I mean:

I've got a little contact form with the following forms champs:

-- Contact To: (DropDownList)
--Contact From (E- mail): (Text)
-- Text: (Text Area)

Can we use your fonctionnality BizForms: Send E-mail? How can I do to fill the champs with data from the form?

User avatar
Member
Member
Chameane - 12/22/2005 4:28:04 PM
   
Re: BizForms
In fact...
How Can I retrieve in the code-behind a reference to one of the components of the form?
Suppose I don't want to show a DropDownList for the contact to field but a textbox wich shows the choice you have made by selecting one of the values in another page and pass it as a parameter.

What I want to do is:

Assign to the contactto.text the value that I've transmitted from another page?

Thanks

User avatar
Guest
admin - 12/27/2005 4:38:11 PM
   
Re: BizForms
Hello,

Thank you for your post. Unfortunately, this is not supported in the current version. You can only define the default value in the BizForm properties, but this is a static value.

Best Regards,