• Resolved treettfs

    (@treettfs)


    Hello, is it possible in your form when choosing one time by one client another client could not choose the same time as the first?

    • This topic was modified 4 years, 11 months ago by treettfs.

    The page I need help with: [log in to see the link]

Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Support Zhanna Khachatryan

    (@zhannak)

    Hello @treettfs,

    Thanks for your inquiry,

    For time and date field we don’t have such an option.

    You can try to manage this functionality like this: you can write the available dates and times in a database table.

    Then you can add a a select field and choose the option from database, connect that table with the select field.

    Then you should enter the form > settings > MySQL mapping and add a query there to delete a row in the table when the certain option will be selected. This way the option will be automatically removed from the select field.

    Hope this will work for you.

    As an alternative, you can also try this option, add a text input field, mark the option Allow only unique values (under Advanced section) and add a regular expression which will define the date and time format you accept.

    If you’ll have any difficulties, please let us know.

    Thread Starter treettfs

    (@treettfs)

    Hello, @zhannak,
    When I try to add values from the database they are not displayed, what can this be related to?
    Screen

    • This reply was modified 4 years, 11 months ago by treettfs.
    • This reply was modified 4 years, 11 months ago by treettfs.
    • This reply was modified 4 years, 11 months ago by treettfs.
    Plugin Support Zhanna Khachatryan

    (@zhannak)

    Hello @treettfs,

    Dear user, in the back-end it shows the database table and column not the options and values, so please check whether it works or not from the front end.

    If it won’t show the options from the front end, then please send me a link to check the issue.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Time repetition problem’ is closed to new replies.