Press Ctrl / CMD + C to copy this to your clipboard.
This post will be reported to the moderators as potential spam to be looked at
Hi, i created a simple Form for a calculator like: Field 1(input) Number1 Field 2(select): +,-,*,/ Field 3(input): Number2The result is stored in the contours tableMy Problem: After Submitting the form i want to output the resulöt of the operationHow does that work? ( i guess some razor code )
Hi Yves,
Have you seen the documentation about working with data from Contour, if not take a look here, http://our.umbraco.org/projects/umbraco-pro/contour/documentation/developer/.
As you can see you can get data from Contour by using Razor http://our.umbraco.org/projects/umbraco-pro/contour/documentation/developer/Working-with-Contour-data-in-Razor/ or XSLT http://our.umbraco.org/projects/umbraco-pro/contour/documentation/developer/Working-with-Contour-data-in-XSLT/.
Hope this helps,
/Dennis
Thank you very much :)
is working on a reply...
Write your reply to:
Upload image
Image will be uploaded when post is submitted
Easy Calculator with Contours
Hi, i created a simple Form for a calculator like:
Field 1(input) Number1
Field 2(select): +,-,*,/
Field 3(input): Number2
The result is stored in the contours table
My Problem:
After Submitting the form i want to output the resulöt of the operation
How does that work? ( i guess some razor code )
Hi Yves,
Have you seen the documentation about working with data from Contour, if not take a look here, http://our.umbraco.org/projects/umbraco-pro/contour/documentation/developer/.
As you can see you can get data from Contour by using Razor http://our.umbraco.org/projects/umbraco-pro/contour/documentation/developer/Working-with-Contour-data-in-Razor/ or XSLT http://our.umbraco.org/projects/umbraco-pro/contour/documentation/developer/Working-with-Contour-data-in-XSLT/.
Hope this helps,
/Dennis
Thank you very much :)
is working on a reply...