Hi,
I am hoping this is possible. I am using the "Access Text" plugin from :
http://www.greatjoomla.com/extensions/plugins/core-design-access-text-plugin.html
to allow certain users to access parts of my site and I also want to include this functionality with some of the forms. I tried pasting the access text plugin code around the form code with no luck. Here is my form code wrapped by the plugin code:
and here is the specific plugin code so you know what to look for:
Here is my example page. Anything between the "Access Text" code should not be visible until you login.
http://www.skyridgemedia.com/staging/index.php?option=com_chronocontact&Itemid=18
I tried pasting the Access Text code within divs in the form code with no luck. I hope we can get this to work, any ideas?
I am hoping this is possible. I am using the "Access Text" plugin from :
http://www.greatjoomla.com/extensions/plugins/core-design-access-text-plugin.html
to allow certain users to access parts of my site and I also want to include this functionality with some of the forms. I tried pasting the access text plugin code around the form code with no luck. Here is my form code wrapped by the plugin code:
{accesstext mode="user" user="Therapist Access:Lena"}
<div class="form_item"><h2 id="" class="contentheading">Colleague Connection</h2><div class="clear"></div></div>
<div class="form_item"><div class="form_element cf_text"><span class="cf_text">Please complete the form below and we will connect you with a therapist. We will send you the therapist’s name, phone number, and email address so you can initiate contact. </span></div><div class="clear"> </div></div>
<div class="form_item"><div class="form_element cf_textbox"><label class="cf_label">First Name:</label><input class="cf_inputbox required" maxlength="150" size="30" id="first_name" name="first_name" type="text"></div><div class="clear"> </div></div>
<div class="form_item"><div class="form_element cf_textbox"><label class="cf_label">Last Name:</label><input class="cf_inputbox required" maxlength="150" size="30" id="last_name" name="last_name" type="text"></div><div class="clear"> </div></div>
<div class="form_item"><div class="form_element cf_textbox"><label class="cf_label">Discipline Requested:</label><input class="cf_inputbox required" maxlength="150" size="30" id="discipline_requested" name="discipline_requested" type="text"></div>
<div class="clear"> </div></div>
<div class="form_item"><div class="form_element cf_textarea"><label class="cf_label">Knowledge or Expertise you are seeking:</label><textarea class="cf_inputbox required" rows="5" cols="30" id="knowledge_seeking" name="knowledge_seeking" wrap="PHYSICAL"></textarea></div>
<div class="clear"> </div></div>
<div class="form_item"><div class="form_element cf_captcha"><label class="cf_label">Verification</label><span>{imageverification}</span><a onclick="return false;" class="tooltiplink"><img src="components/com_chronocontact/css/images/tooltip.png" class="tooltipimg" border="0" height="16" width="16"></a><div class="tooltipdiv">Verification :: Please type the letters shown here to submit your information.</div></div>
<div class="clear"> </div></div>
<div class="form_element cf_button"><input value="Submit" name="undefined" type="submit" style="width: 40ps;"></div><div class="clear"> </div></div>
<input type="hidden" name="Itemid" value="18">
{/accesstext}
and here is the specific plugin code so you know what to look for:
{accesstext mode="user" user="Therapist Access:Lena"}
{/accesstext}
Here is my example page. Anything between the "Access Text" code should not be visible until you login.
http://www.skyridgemedia.com/staging/index.php?option=com_chronocontact&Itemid=18
I tried pasting the Access Text code within divs in the form code with no luck. I hope we can get this to work, any ideas?