I am trying to create a default registration form for events in real time journeys. I would like to include a image in my form which should be dynamic to the event image. I have achieved this in marketing emails by inserting an image element and linking it to the event reference, and then the event image field.
I can't seem to figure out how to do this with registration forms, as I can't pick dynamic content from the event table..
I don't think its possible with forms and the image element right now, regardless of the type of form. You can use custom code to accomplish your goal or you can put the burden of the image selection on whoever is making your event page on your website - just add the image before placing the form script. (I am assuming you want it on a website, since you don't want it on an email).
You probably know this but you can use dynamic text to display the link URL if that helps at all (route id probably go using custom code. Instead of attempting it with editing the HTML of the form, I would just hide the text but have it on the form. Then edit your website page script to find the text and place that text inside an html image tag using the proper attribute.)
Hope this helps!
Was this reply helpful?YesNo
Under review
Thank you for your reply! To ensure a great experience for everyone, your content is awaiting approval by our Community Managers. Please check back later.