2

I have created a Form in Oracle responsys which is linked to my current table and form works completely fine. I have issue with generating the link for the form using built-in oracle responsys function $prefilledform(crm_form_test)$.

I just want to include $prefilledform(crm_form_test)$ form link with my email campaign message so that it generate a link to my crm_form_test form. But its not generating form link.

glennsl
  • 28,186
  • 12
  • 57
  • 75
Preetham Hegde
  • 839
  • 2
  • 13
  • 24

1 Answers1

2

Please use $formlink(crm_form_test, fields)$ in message body as hyperlink so it will generate the link.