Hello @codepeople
Thanks for the fast response, that worked perfectly.
Best regards.
Hello everyone,
My goal is similar to @mastanx. I want to generate and be redirected to an url from two imput fields, one is a Text Field like “zero” and the other one is a Date Format Field “2021-04-07″(yyyy-mm-dd).
I tried to follow the suggestions of @codepeople but i didn’t manage to obtain the expected result.
I have inserted in the Custom Field
redirectToURL('https://website.com/'+fieldname1+'/'+fieldname2)
Instead of obtaining: https://website.com/blog/2021-04-07
I got this instead: https://website.com/blog/18724
Is it possible to do that with the date format field?
Sorry,I’m not good at coding… I hope someone can help me.
Best regards.