I am using profile plugin on one of my forms. It works fine if I visit the form via the URL link.
But if I embedded the form inside an article via chronocontact, the profile API doesn't load anymore.
Any idea?
But if I embedded the form inside an article via chronocontact, the profile API doesn't load anymore.
Any idea?
Hi tuang,
Are you still passing the required 'id' parameter to the form through the page URL?
Bob
Are you still passing the required 'id' parameter to the form through the page URL?
Bob
I am not quite sure where I should be passing the ids.
Here is my article URL https://dermbiz.dreamhosters.com/index.php?option=com_content&view=article&id=1055&Itemid=1114
The form is embedded in it using chronocontact where I only declare the form name.
When I access the form through the link, I don't need to pass any ID but profile plugin knows who the user is.
I need to load the database values based on who the logged in user is.
If you could clarify where I need to pass the user id value, and how I would know the user id, I would appreciate it. Can you have php tags inside articles like in the forms?
Here is my article URL https://dermbiz.dreamhosters.com/index.php?option=com_content&view=article&id=1055&Itemid=1114
The form is embedded in it using chronocontact where I only declare the form name.
When I access the form through the link, I don't need to pass any ID but profile plugin knows who the user is.
I need to load the database values based on who the logged in user is.
If you could clarify where I need to pass the user id value, and how I would know the user id, I would appreciate it. Can you have php tags inside articles like in the forms?
Hi tuang,
I'm sorry I hadn't realised that you were using the User ID. That should work by default provided that the user is logged in.
I get a security warning when I try to access the link - and if I go past that I can't see the form without registering.
I guess that you need to check that the User ID is available on the form page. ChronoForms just looks it up using the Joomla! User Object.
Bob
I'm sorry I hadn't realised that you were using the User ID. That should work by default provided that the user is logged in.
I get a security warning when I try to access the link - and if I go past that I can't see the form without registering.
I guess that you need to check that the User ID is available on the form page. ChronoForms just looks it up using the Joomla! User Object.
Bob
Hello,
I made the page public so that you can see it.
Thats the thing, I am not sure how I can pass the user ID now.
If it was a direct url to the form, the userid is automatically detected by the form.
But now I am accessing an article, which has the form declare using the chronocontact method
{chronocontact}PatientRegTEMPLATEstyled{/chronocontact}
I am at a lost....
I made the page public so that you can see it.
Thats the thing, I am not sure how I can pass the user ID now.
If it was a direct url to the form, the userid is automatically detected by the form.
But now I am accessing an article, which has the form declare using the chronocontact method
{chronocontact}PatientRegTEMPLATEstyled{/chronocontact}
I am at a lost....
Hi tuang,
I took a look at the form thanks. Given that there is no article content apart from the form why are you embedding the form in an article, you can just use the ChronoForms URL.
I would also expect that the user id would be identified in exactly the same way if the form is in an article or on its own page.
Bob
I took a look at the form thanks. Given that there is no article content apart from the form why are you embedding the form in an article, you can just use the ChronoForms URL.
I would also expect that the user id would be identified in exactly the same way if the form is in an article or on its own page.
Bob
And it was as simple as that to fix this issue. I don't know why I was hell bent on using it through the article.
Thanks again.
Thanks again.
I urgently need the answer of getting a profile form to work in a article page, I am having the same problem, the reason I want to insert this in to a article page is simple, a more SEF link instead of the url link provided by the chronoform, also i have included a login/out form within these articles, which mean i can't just include the header which contains the login forrn within the profile form, and then just link to that form directly from chronoform menu option.
http://www.example.com/index.php?option=com_chronocontact&chronoformname
i want to use something similar to
http://www.example.com/profile_edit.html
http://www.example.com/index.php?option=com_chronocontact&chronoformname
i want to use something similar to
http://www.example.com/profile_edit.html
Hi MyPetHamster,
The problem is that you have to pass the information to identify the record somehow and the Profile Plug-in uses the URL. I'm sure that it's possible to hand-code a solution using session data or a cookie to achieve the same result.
Bob
The problem is that you have to pass the information to identify the record somehow and the Profile Plug-in uses the URL. I'm sure that it's possible to hand-code a solution using session data or a cookie to achieve the same result.
Bob
I have a similar issue but my form is a simple question form, I insert the code at the end of the article {‍chronoforms}questionform{/chronoforms} and it displays the same in the frontend. Apparently, there isn't anything wrong, article is public, syntax and form name are right and plugin is published.
http://www.barryandcathybeck.com/site/index.php/questions
I'm using J2.5.11 and Chronoforms V4 RC3.0
In the meanwhile, I'm using the loadposition plugin to display the form as an embed module
http://www.barryandcathybeck.com/site/index.php/questions
I'm using J2.5.11 and Chronoforms V4 RC3.0
In the meanwhile, I'm using the loadposition plugin to display the form as an embed module
Sorry, I set it back to its its flawed content.
There are no <p>s and plugin and syntax are ok
There are no <p>s and plugin and syntax are ok
Sorry, I had to change it again. I'm using loadposition plugin to embed a module as a workaround to the problem.
I know I'm not giving much info but there isn't: plugin is ok, syntax is ok, there isn't any wrong html. The only additional thing I can say is that it worked fine when I created it but client changed the article and then it broke but nothing in his code seems wrong. Any lucky guess, please?
I know I'm not giving much info but there isn't: plugin is ok, syntax is ok, there isn't any wrong html. The only additional thing I can say is that it worked fine when I created it but client changed the article and then it broke but nothing in his code seems wrong. Any lucky guess, please?
Hi zaratustra27,
The guess is that there is some 'extra' spurious HTML in there, or that the plug-in is not enabled. That accounts for most cases. But without seeing the page I can't diagnose the first of those. And I've now taken the time to look - twice - at a page with no problems.
Bob
The guess is that there is some 'extra' spurious HTML in there, or that the plug-in is not enabled. That accounts for most cases. But without seeing the page I can't diagnose the first of those. And I've now taken the time to look - twice - at a page with no problems.
Bob
This topic is locked and no more replies can be posted.