(Grav GitSync) Automatic Commit from disroot_user

This commit is contained in:
disroot_user 2018-03-06 14:13:01 +01:00 committed by GitSync
parent 6c42fde66b
commit 81868c2a88

View file

@ -96,6 +96,36 @@ form:
label: 'Billing details'
markdown: true
content: '**Payment Details:**'
-
name: payment
label: 'Payment via'
placeholder: select
type: select
options:
patreon: Patreon
paypal: Paypal
bank: 'Bank transfer'
faircoin: Faircoin
bitcoin: Bitcoin
validate:
required: true
-
name: frequency
label: Monthly/Yearly
type: radio
default: yearly
options:
monthly: Monthly
yearly: Yearly
validate:
required: true
-
name: reference
label: Reference
type: text
placeholder: 'Name of payment holder or other transfer referance'
validate:
required: true
-
name: honeypot
type: honeypot