Created
August 7, 2018 08:44
-
-
Save sadfuzzy/fb391ef912ee6e393be90c90bfc3482b to your computer and use it in GitHub Desktop.
Goody Form
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
action="https://mycabinet.online/prepare" method="post" | |
input type="hidden" name="pid" value="#{@nko.pid}" | |
input type="hidden" name="sid" value="#{@nko.sid}" | |
input type="hidden" name="oid" value="#{Текущее время, unix формат}" | |
input type="hidden" name="rid" value="#{@publisher.id}" | |
input type="hidden" name="backurl" value="https://www.goody.im/pages/thankyou?nko_id=#{@nko.id}&nko_number=#{@nko.number}&orderid=#{orderid}&nko_title=#{@nko.title}&publisher_id=#{@publisher.id}&publisher_title=СуперТаня" | |
input type="hidden" name="nkoid" value="#{@nko.number}" | |
input type='text' name='sum' pattern="[0-9]{1,9}" | |
input type='text' name='payeer' placeholder='Имя' required=true | |
input type='text' name='email' placeholder='E–mail' required=true pattern=/\S+@\S+\.\S+/ |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment