Please Log in or Create an account to join the conversation.
maleman wrote: I am trying to pass a custom field called cb_company to a custom page but I cannot seem to come up with a workable solution. So far, I have been able to pass static text by creating a field in the comprofiler table with the type of delimiter. In the description field, I created a link that the visitor would click on and the URL has the static parameter coded in.
What would be nice is to pass the cb_company value via a parameter.
I also have tried to create a form field (i.e. button) that once it is clicked, it launches a php script. This approach will not "pass" the field value because the cp_company is not a form field.
Any help would be greatly appreciated!
Thanks!
Please Log in or Create an account to join the conversation.
Please Log in or Create an account to join the conversation.
maleman wrote: Thanks for your quick reply! However, I cannot seem to get it to work. Here is how I have the delimiter field coded (description area):
<p><a href="index.php?option=com_fabrik&view=form&fabrik=2&random=0&Itemid=78;&Test=test;&Company=[jos_comprofiler___company]">Like Us!</a></p>
Here is what the URL looks like once the link is clicked:
www.mysite.com/dev2/bakfc/index.php?option=com_fabrik&view=form&fabrik=2&random=0&Itemid=78;&Test=test;&Company= [jos_comprofiler___company]
As you can see it is inserting the literals instead of substituting the value.
Thanks for your help!
Please Log in or Create an account to join the conversation.
Please Log in or Create an account to join the conversation.