Basically in "ended_date" fieId I need to get {{NOW}}+"{{$_POST.validity_in_days}}" and get a datetime.
"{{$_POST.validity_in_days}}" posts a number.
I've tried to do "set value" before database insert with no luck, maybe anyone could help me in logic how it's done ?
Thank you.
@Notum thank you very much! your code modification did the job!
But it seems to me that it would be impossible to move forward without community help..
Next time when it comes to data modification/extracting/everything - try to browse each section of Data Binding (it may differs from the data type you're trying to modify). It has almost everything that you'll need in everyday development.