• Resolved larshallen

    (@larshallen)


    Hi!

    I am working on a solution where I want selected information from a list created by the Simple Calendar-plugin (https://simplecalendar.io/) to be inserted into a Contact Form 7 on the same page. And if I change the selection of the calendar-list, I want that information to also change within the contact form.

    I have a headache now from trying to understand things that I am not experienced enough to understand. Any pedagogical solution to this is very gratefully received.

    Thank you <3

    • This topic was modified 6 years, 4 months ago by larshallen.
Viewing 3 replies - 1 through 3 (of 3 total)
  • Thread Starter larshallen

    (@larshallen)

    I found my way!

    I gave the input fields referable id’s and could then refer to them with jQuery(“#id”).value(value_from_calendar) that I implemented through the Script and Styles-plugin.

    Now I have made a nice combination between my Google Calendar-events and kind of booking system. If anyone need some help on this – hit me up!

    Thanks

    @larshallen – that’s a really interesting solution to your needs. Are you able to add a link here to a page where you are using this approach?

    Thread Starter larshallen

    (@larshallen)

    Hi Neil!

    It’s still under construction, so my website is in maintenance mode but here is an image:

    https://www.dropbox.com/s/fgkn5hsywvjaelj/Screenshot_20181105-072810.jpeg?dl=0

    It’s rough. But it works. What I am doing now is to implement the Flamingo database which is going to give me the possibility to get an integer when an event is booked to a certain limit and when it is then a script will change the booking-button into a “Fully booked”-text.

    The fundamental idea is that I shall not need to do anything booking-related other that just adding events to my calendar. The rest the system will take care of. I am a Yoga teacher and this is for my private classes that I teach in my hometown.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘How to dynamically change inputs from external source’ is closed to new replies.