Home › Forums › Quform WordPress › Notification emails Date and Time not using defined regional settings
QUESTION 1.
Notification emails are not picking up the date and time format settings set in QuForm Global Settings > Date and time format (PHP).
I am seeing dates in: n/m/Y format and times in: g:i A format.
n/m/Y
g:i A
Ideas??
QUESTION 2.
How do you intercept and get access to the generic $form values like:
etc
I would like to manipulate and style this info like I have for normal form datafields using method like this:
add_filter('quform_get_value_html_1_31', function ($value, Quform_Element_Field $element, Quform_Form $form) { //cool code goes here return $value; }, 10, 3);
Do these auto-generated fields have field ID’s too?
Thanks
You don't have permission to view this content. Please log in or register and then verify your purchases to gain access.
Thanks again Ally.
Close Ticket