Tagged: form
Dear Enfold Team,
Can you please include the following small changes in a next update? So we are able to change the dateFormat of the datePicker in a contact form without struggling with filters? That would be awesome!!
In config-templatebuilder/avia-shortcodes/contact.php ~ line 80:
array(
"name" => __("Date Format" , 'avia_framework'),
"id" => "date_format",
"required" => array('type','equals','datepicker'),
"std" => "dd / mm / yy",
"type" => "input"
)
In framework/php/class-form-generator.php ~ line 410:
$date_format = apply_filters('avf_datepicker_dateformat', isset($element['date_format']) ? $element['date_format'] : 'dd / mm / yy');
$placeholder_text = isset($element['date_format']) ? strtoupper($element['date_format']) : 'DD / MM / YY';
Hey Thorsten,
Thanks for sharing this with us! :D I`ll transfer it to my team.
Best regards,
John Torvik
Hey John,
You’r welcome! Do you have any idea when this feature will be available in the official version?
Thanks in advance,
Thorsten
Hi Thorsten,
Thanks for sharing. We have forwarded your message to our dev team and to Kriesi. After reviewing it, they would decide if we will be adding to the theme or not :)
Please feel free to request such feature here – https://kriesi.at/support/enfold-feature-requests/
Best regards,
Yigit
@Yigit thanks for the response. Do I get notified about the decision?
Hi!
To know if the feature you requested will be included in the theme please check the “Completed” section https://kriesi.at/support/enfold-feature-requests/
Thank you again for your suggestions and support :)
Regards,
Vinay