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 there,
Trying to enable the condition for one of my textboxes and for some reason I canot see the Condition statment.
Any Idea?
Thanks
mkariti
Comment author was deleted
Hmm that's strange, what version of Contour are you running?
3.0.9 But ive upgraded it from 2 - also upgraded my umbraco from 4.7.1 to 4.11.5....
Maybe missing file when you did the upgrade, could you try doing the upgrade again
Details here: http://our.umbraco.org/projects/umbraco-pro/contour/documentation/Installation/Upgrade
Ok will give it a try.
Ok just finished reinstall contour and It seems like im facing my last bug for today.
I used to use the RecordService_RecordSubmitted event to get the form values via e.Form.AllFields[0].Values[0].ToString().
I know its not clean but it did the job. anyway, now all values are empty. Can it be becos im using razor?
Also, the entries section seems fine.
?!
cheers
e.Record.GetRecordField("Loginname").Values[0]; DONE!
is working on a reply...
Write your reply to:
Upload image
Image will be uploaded when post is submitted
Condition part is empty
Hi there,
Trying to enable the condition for one of my textboxes and for some reason I canot see the Condition statment.
Any Idea?
Thanks
mkariti
Comment author was deleted
Hmm that's strange, what version of Contour are you running?
3.0.9 But ive upgraded it from 2 - also upgraded my umbraco from 4.7.1 to 4.11.5....
Comment author was deleted
Maybe missing file when you did the upgrade, could you try doing the upgrade again
Details here: http://our.umbraco.org/projects/umbraco-pro/contour/documentation/Installation/Upgrade
Ok will give it a try.
Thanks
Ok just finished reinstall contour and It seems like im facing my last bug for today.
I used to use the RecordService_RecordSubmitted event to get the form values via e.Form.AllFields[0].Values[0].ToString().
I know its not clean but it did the job. anyway, now all values are empty. Can it be becos im using razor?
Also, the entries section seems fine.
?!
cheers
mkariti
e.Record.GetRecordField("Loginname").Values[0]; DONE!
is working on a reply...