Advertisement
Guest User

Untitled

a guest
Dec 7th, 2016
64
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
HTML 0.60 KB | None | 0 0
  1. <sly data-sly-use.model=com.cognifide.douglasclub.core.components.rewarddetails.RewardDetails data-sly-unwrap>
  2.     <script data-sly-test="${authorMode || !model.errors}" data-api-type="form-1" data-service="get-reward-details"
  3.                 <form data-knotx-action="step1" data-knotx-on-success="/pointshop/order-success.html?rewardId={{_result.reward.promotionId}}"
  4.                       data-knotx-on-error="_self" method="post" data-custom="{{_result.reward.promotionId}}">
  5.                     <input type="hidden" name="promotionId" value="{{_result.reward.promotionId}}"/>
  6.                     <input type="submit" value="Submit"/>
  7.                 </form>
  8.     </script>
  9. </sly>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement