Hi,
I am trying to use a contact form with a drop down that includes large $ amounts. The $ amounts have commas in them but the program think the commas are being used to separate the items into different drop down options. So instead of $20,000, $40,000, and $60,000, it’s coming out as:
$20
000
$40
000
$60
000
The site is locked down using the J3 Redirect Plugin but I have attached a screenshot in the private content area below.
Hi connect4consulting!
Thank you for using Enfold.
Use the html entity of the comma symbol. The 10,000 will look like this
10, ;000
Remove the space after the second digit “4” before the semi colon. http://www.freeformatter.com/html-entities.html
Regards,
Ismael