Support

Support is part of Event Gallery Extended.

Please get a subscription if you need support. Feel free to use the ticket system or the contact form for reporting defects or pre-sale questions. Make sure you're logged in in order to be able to create a new ticket.

For general information you can also jump to the manual.

Subscribe now!

#2431 "Change Order Data" Comments Unreadable

Posted in ‘Event Gallery Extended’
This is a public ticket

Everybody will be able to see its contents. Do not include usernames, passwords or any other sensitive information.

Latest post by bqq on Monday, 14 November 2016 22:58 UTC

bqq
 Sven,

The typing input works for everything in the order form except for the text field "comments."

How can I make this work? Is this a template issue or EG issue?

See attachment.

After that, I have two other questions about the form but I'd like to get this main one first.

thanks....

sbluege
I guess that's the same issue like in the other white on white issue.

bqq
...I suspect so...just unexpected that one field would work while the others do in the cart...

sbluege
The difference seems to be that all the order input fields are INPUT elements where the comment field is a TEXTAREA. Do you need help with the necessary CSS snippet?

bqq
Sven, of course any help would be appreciated...

sbluege
Seems you already have custom css for input and select elements. Just add the textarea like this:

input,select, textarea {color:black}

bqq
Thanks much Sven.