I have a form that splits in 2 directions. In a first step drop-down with options Buy or Sell. Based upon which option is selected in the first step in second step have to fill different input fields which had conditional logic. In confirmation message should put 2 different images depending on which option is selected: buy or sell. Is there any way to make check which option was chosen in first step? I was trying with hidden fields but did not helped. I tried to take a get URL parameters from the previous step but also did not helped. Is there any way to use two images in different Confirmation messages?