I see this same topic has come up for others, and I have browsed through the posts, looking for answers, to no avail. If you have some ideas that will help me here it would be great. My button linking to the booking form is pretty important part of what I want displayed on each page.
Basically, I created a button in my site to show on the pages so it was easy to connect to the booking form. From the home page it works, but from other pages I get the message "Form name can NOT be empty!". I did updated the links days ago and unless I'm going crazy, I was sure it was working from other pages. I'm not sure if something I did the the form these days has changed that?
This is what I added into the button to get it to link to the form page, but I have tried many other ways as well.
Would be very happy if you can help me by giving me some idea of where to start as I am at a loss now.
Thank you.
Basically, I created a button in my site to show on the pages so it was easy to connect to the booking form. From the home page it works, but from other pages I get the message "Form name can NOT be empty!". I did updated the links days ago and unless I'm going crazy, I was sure it was working from other pages. I'm not sure if something I did the the form these days has changed that?
This is what I added into the button to get it to link to the form page, but I have tried many other ways as well.
<div><button id="booking-button" class="uk-button-large uk-button-primary uk-button-expand" onclick="location.href='index.php?option=com_chronoforms&view=form&Itemid=244'" type="button">Book Reflexology</button>
</div>
Would be very happy if you can help me by giving me some idea of where to start as I am at a loss now.
Thank you.
Hi daidensacha ,
Have you tried adding the form name to the URL?
Bob
Have you tried adding the form name to the URL?
href='index.php?option=com_chronoforms&chronoform=my_form_name&Itemid=244'
Bob
Bob, I'm in awe of your wisdom and willingness to share it, your been so helpful. That did the trick, perfectly. It all works and I think I have good karma that I came across your Joomla component. It's the best I have used by far.
Thank you!!
Thank you!!
This topic is locked and no more replies can be posted.