Tagged: 

Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #820128

    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';
    • This topic was modified 6 years, 9 months ago by mandelkind. Reason: Coding formats
    #820385

    Hey Thorsten,

    Thanks for sharing this with us! :D I`ll transfer it to my team.

    Best regards,
    John Torvik

    #822182

    Hey John,

    You’r welcome! Do you have any idea when this feature will be available in the official version?

    Thanks in advance,
    Thorsten

    #822641

    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

    • This reply was modified 6 years, 9 months ago by Yigit.
    #822801

    @Yigit thanks for the response. Do I get notified about the decision?

    #823051

    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

Viewing 6 posts - 1 through 6 (of 6 total)
  • You must be logged in to reply to this topic.