We have put in a payment form on this page -
https://akashic-studies-australia.prod01.sydney.platformos.com/akashic-readings
There seems to be no way to put in the payment amount in the auto-responder, which is what client would need to acknowledge they have paid. They will of course also receive Stripe notification, but it would be good to be able to include this.
Or is the only alternative hardcoding it in with the content?
With basic payment forms you are setting a minimum value that the user is allowed to pay, so the amount may vary. A way to do it that isn't hardcoded is to include a custom field that contains the value that the user pays hidden in the form layout.
Then on the autoresponder you can output that hidden field as:
Amount Paid: {{form.properties.form_field_1_4}}
where the ID's are the form and field IDThe following Siteglide docs article should contain a little extra guidance if anyone is trying to achieve something like this:
https://siteglide.support/en/articles/3529771-dynamic-content-in-workflow-and-autoresponder-emails