EPC-QR-Code for app payment

Hello!

We are using Gravity Forms to generate a signup form for our sports offer.

This form has an auto notification after submitting the form.

Now i want to integrate a EPC-QR-Code (european payment council) to ensure the wire transfer has all needed information auto generated.

I read a lot about the QR perk in Gravty forms, but I am struggeling at two topics.

First:

Our Gravity form contains a sum-field with format #,##€, EPC requires EUR#.## and I can not get this reformatted.

Second:

As EPC has a special syntax ( EPC QR code - Wikipedia ), I tried a shortcode to ensure the \n after every row (working correct) and I tried to connect the dynamic values from the signup form (like {Name:3}), but they were displayed as text, not exchanged with the value so the QR code is not working with the bank app.

Integrating the lines direct in the auto response notification does not do the job either, cause of
tag after every “Enter-Key” which is not \n

Thanks in advance

jo

Hi Jo,

I think we’ll need to dig a little deeper into this. If you’re a Gravity Perks customer, can you drop us a line so we can take a look at your current form setup?

Hi Matt!

Yes we are using perks but i don’t have an account on gravity wiz because our sports associacion provides us with plugins and perks.

Which information do you need to get into this?

Hi Jo,

It sounds like your license is under your sports association’s name. Please can you ask them to open a ticket on your behalf? They can add you as an alternate email on the ticket so you can receive and respond to replies.

Hi again!

I will do that tomorrow as nobody is available now (4:30pm in Europe).

Thanks you!

Problems solved!

Disabling Autoformatting for the Notification needs manual < br/ >
after every text line and if you change to visual and back to code you have to reenter every < br/ >
again but then the \n after every line of the EPC is present and the EPC QR Code syntax is correct.

Next:

{sum:86} displays e.g. €22,00 but {sum:86:price}outputs 22.00 so adding EUR in front creates correct value for EPC QR Code.

Greetings

jo