Recent content by maciej_evolvement

  1. M

    How to pull/retrieve data from Facebook profile

    Hi I'm wondering, Is it possible to pull data from facebook to contact form. Contact form with: facebook user name - text field facebook password - text field button to pull data pull age, gender, location. If it is possible, could you point me direction. Thank you.
  2. M

    How to fill date element

    And the answer is.... in elements->Java Script var df1 = Fabrik.getBlock('form_2').formElements.get('bookings___Depart_date'); var dt1_str = df1.getValue(); var dt2_obj = dt1_str; var df2 = Fabrik.getBlock('form_2').formElements.get('bookings___Return_date'); df2.update(dt2_obj);
  3. M

    Access to element in repeatable groups, autofill in added group.

    Hi I have form with repeatable groups. There are in the group: 1. bookings_6_repeat___Depart_date - date element 2. bookings_6_repeat___Route - databasejoin 3. bookings_6_repeat___From - databasejoin 4. bookings_6_repeat___to_From - databasejoin when user clicking add group I...
  4. M

    How to fill date element

    Hi. I have in my form 2x date element: 1. bookings___Depart_date 2. bookings___Return_date What I want to do is: Fill {bookings___Return_date} after user change {bookings___Depart_date} with date from {bookings___Depart_date}. But user should be able change {bookings___Return_date}...
We are in need of some funding.
More details.

Thank you.

Members online

Back
Top