larshallen
Forum Replies Created
-
I did some research on my own and found out that the reason for why this happened was because of the hide-my-wp-firewall that is quite picky about what kind of traffic that goes in and out of wordpress. I unchecked their spam-protection-option and that made Post SMTP work.
Forum: Plugins
In reply to: [Contact Form 7] How to dynamically change inputs from external sourceHi 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.
Forum: Plugins
In reply to: [Contact Form 7] How to dynamically change inputs from external sourceI 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