Dynamic URL in form

URL cusomization: Is possible to use variables to design url.
like: calculate-abc_link
calculation=concat('https://abc.in/?submission_date=',${sdate})
and use url like [click on link](${abc_link} using xls form. please help.

Yes, it's possible. It sounds like you've tried and it didn't work? Upload small form that shows what you tried.

Hi Yaw,
Thanks for the response. Here is the sample form uploaded and screenshot:

url_check.xlsx (11.1 KB)
Screenshot url check

I think I've seen something similar, it works in Collect but fails in Enketo.
Check this issue on GH, there is a workaround, using type text, appearance url and calculation field.

2 Likes

Thanks, for solution