Answered

How to change welcome screen image by pass an image url?

  • 23 September 2021
  • 5 replies
  • 238 views

Hi, 

Anyone know How to change welcome screen image by pass an image url? Thank you very much!

 

Example URL:

https://form.typeform.com/to/RXKhVAIS#listingid=1178085&listingtitle=Relic%20Beaded%20Midi%20Dress&listingimage=https://di2ponv0v5otw.cloudfront.net/posts/2021/09/08/6138e303b51256cb7d7bd3ef/m_6138e4fc43895ffd65274fb4.jpeg

 

 

 

icon

Best answer by Liz 24 September 2021, 16:42

View original

5 replies

Userlevel 7
Badge +5

Hi @AlexDW Happy Thursday! Thanks for stopping by the community. While we don’t have this feature natively, you could try to set this up with hidden fields. 
 

Since it’s only possible to have one welcome screen, you would instead set this up with multiple statement questions to the form, each with the image you want to show. 

Then, you can set logic jumps to show a different statement when they land on your form based on the variable passed into the URL like this: 

 

Would this work for you? 

Than you @Liz , I’ve already tried to use hidden field listingimage, it dynamic generated and don’t have a static value. so can’t use the logic in your image.
 

I’m wondering is there a way to display the hidden field listingimage url as an image? e.g. <img src=”@listingimage” width=400 />

Userlevel 7
Badge +5

Hi @AlexDW Ah, I see. I’m afraid with the logic jumps, you would need to have a static value there. Is the entire URL dynamic? Or is there any portion of it that stays the same with each individual link? If part of it stays the same, you could change the logic jump to search for if it ‘contains’ a specific value. 

Hi @Liz, the listingimage urls are all dynamic, like listingid & listingtitle, they come from database.

Userlevel 7
Badge +5

@AlexDW I see. I’m afraid we don’t have a way to change the image dynamically in that manner. :sob: Though, if you have any other questions, please let us know!

Reply