Questions tagged [umbraco-forms]
12 questions
2
votes
0 answers
Umbraco: Build a custom field type (Forms) with a dropdown that renders different choice depending on selected
Is this possible? enter image description here
Add this custom field type for a form.
Checkboxes changes depending on which selected option is chosen on the dropdown.

Gonzalo
- 322
- 1
- 3
- 13
1
vote
1 answer
Umbraco Forms Datasource Webservice
I'm using Umbraco Forms in a new websites. This website has Merchello enabled, so I got products in there too. I want to create an enquiry/request form and collect the country of requester (so I shall show a full list of countries), and enable…

m.othman
- 638
- 7
- 28
1
vote
1 answer
Custom method on form submission with Umbraco Forms
What I'm trying to achieve is to customise what happens during the HttpPost/OnSubmit of a form created with Umbraco Forms, whilst still maintaining the default behaviour of the form and any subsequent workflow.
In my specific scenario, I need to be…

JDandChips
- 9,780
- 3
- 30
- 46
0
votes
1 answer
Umbraco Forms Validation Error Showing Incorrect Validation
Umbraco Forms Installed working as expected 90% of the time, validating correctly.
There is an intermittent issue where the validation is firing incorrectly and preventing the form from submitting.
We have a simple contact form.
Name (*required…

Jimbo Jones
- 563
- 6
- 28
0
votes
1 answer
Add color picker to Umbraco Form Settings
I want to add a color picker to umbraco for setting, so when the User create a new form he/she is able to add a background color, text color from the form setting. I have checked for solutions but there is no proper solution for this. i could only…

Prasad Kumarasinghe
- 104
- 10
0
votes
1 answer
Umbraco 7 - Umbraco Forms checkbox stays always false
In Umbraco 7.5.9 (and 7.5.9) i've encounter the following issue:
When saving my form, checkboxes are always posted as False
When viewing the record inside Umbraco, the values are False
When retrieving the field value, the value is False.
The…

RunnicFusion
- 193
- 1
- 3
- 12
0
votes
1 answer
How add deleted event on Umbraco Forms admin side and It show only two work flows (Submit and OnApproved)
I am unable to find deleted event or workflow in umbraco , umbraco forms. Basically I want to write some custom code and remove record on deleted event.

Rajinder
- 11
- 1
0
votes
1 answer
passing value to umbraco form and setting the fields rendring through macro
I want to set the form fields like name and email from data though url query string . I have rendered the form through macro . how i can do that
my macro rendering code is
@Umbraco.RenderMacro("renderUmbracoForm", new…

Asad
- 3,070
- 7
- 23
- 61
0
votes
1 answer
Recover lost Umbraco Forms files from App_Plugins
Suddenly the files inside the folder App_Plugins/UmbracoForms have vanished and I cannot seem to recover them. The files include UmbracoForms.config, version, installed as well as the most important form data inside the Data folder.
Checking the…

Kevin Farrugia
- 6,431
- 4
- 38
- 61
0
votes
1 answer
handle "Umbraco Forms" in umbraco 7.5
I'm a newbie in Umbraco , and cant understand some logics behind that.
I use Umbraco 7.5 and installed Umbraco Forms. Just want to know how can I write .Net code for postback of the code? If I can use the controlers(RenderMVCControllers and…

Sara N
- 1,079
- 5
- 17
- 45
0
votes
0 answers
Umbraco Form show error in Jquery validation with Email regex
I created a Umbraco form with Email field and select validation is Email Regex. When i type a email on form i see a error
Uncaught TypeError: Cannot read property 'call' of undefined. Exception occurred when checking element…

Jun89
- 61
- 6
0
votes
1 answer
Null Reference when submitting Umbraco Forms to custom data source
I'm trying to make Umbraco Forms (Umbraco v7.5.3) save to my own data source.
I followed this guide: http://www.nibble.be/?p=84
And it appears to work-ish. I can connect and generate a form based on the table. Which is nice.
My setup
I add a new…

Snæbjørn
- 10,322
- 14
- 65
- 124