solved currency issue in forms

This commit is contained in:
antil0pa 2019-01-07 20:18:49 +01:00
parent 31b503b7ad
commit f0ef34de06
6 changed files with 14 additions and 14 deletions

View file

@ -70,10 +70,10 @@ form:
- -
name: amount name: amount
label: Amount label: Amount
placeholder: 'in €, $, BTC etc.' placeholder: 'EUR/USD/BTC/etc.'
type: text type: text
validate: validate:
pattern: '[0-9.,]*' pattern: '[A-Za-z0-9.,]*'
required: true required: true
- -
name: frequency name: frequency

View file

@ -71,10 +71,10 @@ form:
- -
name: amount name: amount
label: Cantidad label: Cantidad
placeholder: 'en €, $, BTC etc.' placeholder: 'EUR/USD/BTC/etc.'
type: text type: text
validate: validate:
pattern: '[0-9.,]*' pattern: '[A-Za-z0-9.,]*'
required: true required: true
- -
name: frequency name: frequency

View file

@ -71,10 +71,10 @@ form:
- -
name: amount name: amount
label: Montant label: Montant
placeholder: 'en €, $, BTC etc.' placeholder: 'EUR/USD/BTC/etc.'
type: text type: text
validate: validate:
pattern: '[0-9.,]*' pattern: '[A-Za-z0-9.,]*'
required: true required: true
- -
name: frequency name: frequency

View file

@ -78,10 +78,10 @@ form:
- -
name: amount name: amount
label: Amount label: Amount
placeholder: 'in €, $, BTC etc.' placeholder: 'EUR/USD/BTC/etc.'
type: text type: text
validate: validate:
pattern: '[0-9.,]*' pattern: '[A-Za-z0-9.,]*'
required: true required: true
- -
name: frequency name: frequency
@ -146,7 +146,7 @@ Please follow these steps to point your domain to our server: <br><strong> (this
2. Point MX 10 record to disroot.org<br> 2. Point MX 10 record to disroot.org<br>
3. Point SPF record to "v=spf1 mx a ptr include:disroot.org ~all"<br> 3. Point SPF record to "v=spf1 mx a ptr include:disroot.org ~all"<br>
4. Point TXT record to "v=spf1 mx ~all"<br> 4. Point TXT record to "v=spf1 mx ~all"<br>
5. Once we review your request we will contact you to finalize the procedure<br> 5. Once we review your request we will contact you to finalize the procedure<br>
<br> <br>
<strong>Please take time to consider your contribution.</strong> If you can 'buy' us one cup of Rio De Janeiro coffee a month that's OK, but If you can afford a Double Decaf Soy Frappuccino With An Extra Shot And Cream a month, then you can really help us keep the Disroot platform running and make sure it is available for free for other people with less means. <strong>Please take time to consider your contribution.</strong> If you can 'buy' us one cup of Rio De Janeiro coffee a month that's OK, but If you can afford a Double Decaf Soy Frappuccino With An Extra Shot And Cream a month, then you can really help us keep the Disroot platform running and make sure it is available for free for other people with less means.
</p> </p>

View file

@ -78,10 +78,10 @@ form:
- -
name: amount name: amount
label: Cantidad label: Cantidad
placeholder: 'en €, $, BTC etc.' placeholder: 'EUR/USD/BTC/etc.'
type: text type: text
validate: validate:
pattern: '[0-9.,]*' pattern: '[A-Za-z0-9.,]*'
required: true required: true
- -
name: frequency name: frequency

View file

@ -78,10 +78,10 @@ form:
- -
name: amount name: amount
label: Montant label: Montant
placeholder: 'in €, $, BTC etc.' placeholder: 'EUR/USD/BTC/etc.'
type: text type: text
validate: validate:
pattern: '[0-9.,]*' pattern: '[A-Za-z0-9.,]*'
required: true required: true
- -
name: frequency name: frequency