Hello friends. Doc2Form saves the data without any problem, but when I view it, I launch an old value and I have to re-save and publish the node, to display the value sent by "Doc2Form".
Example:
If I have a field called "age", and the value currently is 10. If I change the value from Doc2Form and get 25, is saved without problems!. Even appears on node ,age = 25 ... but when I view using Razor, I get age = 10, and to show me 25, I must manually save and publish the node.
Problems getting current value Doc2Form
Hello friends. Doc2Form saves the data without any problem, but when I view it, I launch an old value and I have to re-save and publish the node, to display the value sent by "Doc2Form".
Example:
If I have a field called "age", and the value currently is 10. If I change the value from Doc2Form and get 25, is saved without problems!. Even appears on node ,age = 25 ... but when I view using Razor, I get age = 10, and to show me 25, I must manually save and publish the node.
<umbraco:Macro DocumentType="1069" Template="Car" TabName="views" PageTabs="1" HideTabNames="1" ChooseWhereToStore="[#pageID]" EditMode="1" ShowTitle="0" TitleName="" SaveMemberAlias=", " ShowDescriptions="0" RequiredText="" SubmitButtonText="Sent" PreviousButtonText="" NextButtonText="" TextOnSubmit="Send" PublishOnSubmit="0" RefreshToParent="1" RedirectToNode="[#pageID]" PublishWithUserId="" StorePropertiesInCookies="visitas" UseAjax="1" DefaultValueNode="" Alias="Doc2FormEdit" runat="server"></umbraco:Macro>
Help me please! Thank you!
Hi there,
What are you trying to achieve here ?
is working on a reply...