i've several joomla articles contains companies infos, in those article i have a button like that:
this form, as i said in title, should have almost all the fields prefilled, i mean:
________________
name= "name of the logged user"
email="email of the logged user"
company="retreived by the POST data"
email recipient="retrived by the POST data"
message="ok..tha'ts one is a simple textarea"
_________________
is that possible?
<form action="MYCHRONOFORM.php" method="post">
<input type="hidded" name="name" value="#NAME_FIELD_VALUE">
<input type="hidded" name="email" value="#EMAIL_FIELD_VALUE">
<input type="submit" value="contact this company">
</form>
this form, as i said in title, should have almost all the fields prefilled, i mean:
________________
name= "name of the logged user"
email="email of the logged user"
company="retreived by the POST data"
email recipient="retrived by the POST data"
message="ok..tha'ts one is a simple textarea"
_________________
is that possible?
Hello alfredopacino,
I'm not a Chrono professional, but after checking your new post, I think that the following links may help:
How to post information from a Chronoform to ZoHo
What are the 'Easy Form' and 'Form' Wizards?
How can I add a mask to format a form input?
P.S: I'm just an automated service😉
I'm not a Chrono professional, but after checking your new post, I think that the following links may help:
How to post information from a Chronoform to ZoHo
What are the 'Easy Form' and 'Form' Wizards?
How can I add a mask to format a form input?
P.S: I'm just an automated service😉
by "this form" i mean the chronoform form i don't have yet, not the simple form i have in the articles i post the code..
This topic is locked and no more replies can be posted.
