• 1

Read this first!

We do not monitor these forums. The forum is provided to exchange information and experience with other users ONLY. Forum responses are not guaranteed.

However, please submit a ticket if you have an active subscription and wish to receive support. Our ticketing system is the only way of getting in touch with RSJoomla! and receiving the official RSJoomla! Customer Support.

For more information, the Support Policy is located here.

Thank you!

TOPIC: issue with rs form pro in bootstrap tabs.

issue with rs form pro in bootstrap tabs. 9 years 7 months ago #32525

  • sam.samiei
  • sam.samiei's Avatar
  • OFFLINE
  • Junior Boarder
  • Posts: 23
  • Thank you received: 1
Hi,
I've a bootstrap tab on my site (the code below) and placed the form {rsform 4} in active tab and some text on other one.

the problem i have is the form shows fine in the tab but i can not navigate trough the tabs and when i remove the {rsform 4} it works fine.
Can anyone please help me with that.
thanks
<div>
  <!-- Nav tabs -->
  <ul class="nav nav-tabs" role="tablist">
    <li role="presentation" class="active"><a href="#online" aria-controls="online" role="tab" data-toggle="tab">online</a></li>
    <li role="presentation"><a href="#phone" aria-controls="phone" role="tab" data-toggle="tab">phone</a></li>
  </ul>
 
  <!-- Tab panes -->
  <div class="tab-content">
    <div role="tabpanel" class="tab-pane active" id="online">{rsform 4}</div>
    <div role="tabpanel" class="tab-pane" id="phone">some text</div>
  </div>
</div>
Last Edit: 9 years 7 months ago by sam.samiei.
The administrator has disabled public write access.

issue with rs form pro in bootstrap tabs. 9 years 7 months ago #32529

  • alexp
  • alexp's Avatar
  • OFFLINE
  • RSJoomla! Official Staff
  • Posts: 2253
  • Thank you received: 180
A link to the actual form (where you have implemented this) would encourage users to provide some assistance with this.
Please note: my help is not official customer support. To receive your support, submit a ticket by clicking here
Regards,
RSJoomla! Development Team
The administrator has disabled public write access.

issue with rs form pro in bootstrap tabs. 9 years 7 months ago #32531

  • sam.samiei
  • sam.samiei's Avatar
  • OFFLINE
  • Junior Boarder
  • Posts: 23
  • Thank you received: 1
Hi, thanks for the reply.
here is the page where i have the form on

www.northlondonappliancerepairs.co.uk/book-a-service.html

tnx
The administrator has disabled public write access.
  • 1

Read this first!

We do not monitor these forums. The forum is provided to exchange information and experience with other users ONLY. Forum responses are not guaranteed.

However, please submit a ticket if you have an active subscription and wish to receive support. Our ticketing system is the only way of getting in touch with RSJoomla! and receiving the official RSJoomla! Customer Support.

For more information, the Support Policy is located here.

Thank you!