Jump to content

Search the Community

Showing results for tags 'datapicker'.

  • Search By Tags

    Type tags separated by commas.
  • Search By Author

Content Type


Forums

  • Welcome to ProcessWire
    • News & Announcements
    • Showcase
    • Wishlist & Roadmap
  • Community Support
    • Getting Started
    • Tutorials
    • FAQs
    • General Support
    • API & Templates
    • Modules/Plugins
    • Themes and Profiles
    • Multi-Language Support
    • Security
    • Jobs
  • Off Topic
    • Pub
    • Dev Talk

Product Groups

  • Form Builder
  • ProFields
  • ProCache
  • ProMailer
  • Login Register Pro
  • ProDrafts
  • ListerPro
  • ProDevTools
  • Likes
  • Custom Development

Find results in...

Find results that contain...


Date Created

  • Start

    End


Last Updated

  • Start

    End


Filter by number of...

Joined

  • Start

    End


Group


AIM


MSN


Website URL


ICQ


Yahoo


Jabber


Skype


Location


Interests

Found 1 result

  1. I am new to process wire. I am using InputfieldForm to create an Input form in my site with some text fields and one Datetime files: // get the conference date and time $field = $modules->get("InputfieldDatetime"); $field->label = "Conference Date"; $field->attr("id+name","date"); $field->required = 1; $field->datapicker = 2; // picker on Click $field->dateInputFormat = 'Y/m/d'; $field->timeInputFormat = 'H:i'; $form->append($field); The form works Ok, but the data picker is never there!!! The Datapicker is working Ok in the admin panel!! I also need some help in how to change the stytes in my InputfieldForm, an example with one or two fields is perfect. Can any one help me Thanks, Vitor Garcia Graveto
×
×
  • Create New...