Hii Guys,
I am using "Chronoforms_J1.6_V4_RC2.0" in Joomla 1.6.3,
Now the problem is i have installed all three of component , module and Plugin of Chronoform
and Publish one demo Form using Module ,But Fron side Form is not showing,
Not even Form But also Normal text content that i write in "HTML code"
But even it's Showing..
Please help me out because i have to do this chronoform With Even Lightbox...😟
Thanks in advance
I am using "Chronoforms_J1.6_V4_RC2.0" in Joomla 1.6.3,
Now the problem is i have installed all three of component , module and Plugin of Chronoform
and Publish one demo Form using Module ,But Fron side Form is not showing,
Not even Form But also Normal text content that i write in "HTML code"
But even it's Showing..
Please help me out because i have to do this chronoform With Even Lightbox...😟
Thanks in advance
Hi priyanka_zwt ,
Please open the form in the Wizard Edit, Click the Events tab and drag a Show HTML action from the left had side into the ONLoad Events box at the right.
Bob
Please open the form in the Wizard Edit, Click the Events tab and drag a Show HTML action from the left had side into the ONLoad Events box at the right.
Bob
Hii Grayhead
Actually I have To use Lightbox in my Form So that I have Used One Code for reference, IT's Link is Given here:
http://greyhead.net/chronoforms/show-a-form-in-a-light-box
Where this Code I have Used
But It's Not Working..
So can you please Guid me Properly What Should i have tO do.. because it's Not working while i Write this Code in
"HTML Code" of the component...
Thanks
Priyanka
Actually I have To use Lightbox in my Form So that I have Used One Code for reference, IT's Link is Given here:
http://greyhead.net/chronoforms/show-a-form-in-a-light-box
Where this Code I have Used
<?php
JHTML::_('behavior.modal');
?>
<a class="modal"
href="index.php?option=com_chronocontact&chronoformname=form_name&tmpl=component"
rel="{handler: 'iframe', size: {x: 400, y: 200}}"
>Subscribe to our newsletter</a>
But It's Not Working..
So can you please Guid me Properly What Should i have tO do.. because it's Not working while i Write this Code in
"HTML Code" of the component...
Thanks
Priyanka
Hi priyanka_zwt ,
Please check my previous answer again. Have you done what I suggested there?
Bob
Please check my previous answer again. Have you done what I suggested there?
Bob
Hiii Greyhead,
Yes I have Done that What you have suggest and It's Working
But actually What I have To do is..
There will be One Box where "client" will write it's query and When he/she will click on button that will open one lightbox form and the same query will print to that form including other textboxs to send mail...
Hope yo are getting What I excetly want...
and Please See the above link...and Suggest me How I work with this...
I have Create two forms where in One form there is one lighbox code but it's not get the value of previous "query box"
Please guide me..
Thanks
Priyanka
Yes I have Done that What you have suggest and It's Working
But actually What I have To do is..
There will be One Box where "client" will write it's query and When he/she will click on button that will open one lightbox form and the same query will print to that form including other textboxs to send mail...
Hope yo are getting What I excetly want...
and Please See the above link...and Suggest me How I work with this...
I have Create two forms where in One form there is one lighbox code but it's not get the value of previous "query box"
Please guide me..
Thanks
Priyanka
Hi Priyanka,
This is a bit complicated, you will have to write your own code to fire the lightbox and use a function in the onOpen event of the lightbox to copy the value, I'm not sure if there is an easier way.
Regards,
Max
This is a bit complicated, you will have to write your own code to fire the lightbox and use a function in the onOpen event of the lightbox to copy the value, I'm not sure if there is an easier way.
Regards,
Max
Hi..Max
Yes I have Done it By code....🙂
Yes I have Done it By code....🙂
This topic is locked and no more replies can be posted.