moving2009
Technical User
All,
I am very new to PHP and I have searched through the threads here and can't find the answer I am looking for.
I need to add a hyperlink to PHP code, which follows:
Where it reads "You may read and print the conditions here."
I need the word here to hyperlink to the following:
Can someone tell me how to put in the hyperlink for the code above, so the word here links to the link above?
Any help would be appreciated.
Thanks in advance.
I am very new to PHP and I have searched through the threads here and can't find the answer I am looking for.
I need to add a hyperlink to PHP code, which follows:
Code:
<div class='field_block' id='field_9_div'>
<label class='form_field'>Terms and Conditions</label><br>
<?php phpfmg_checkboxes( 'field_9', "I have read and agree to the Terms and Conditions set forth by The Missing Piece, LLC. (Please note that without accepting these terms, we will not provide coaching services or accept your registration.) You may read and print the conditions here." );?>
<? phpfmg_field_instruction('field_9'); ?>
</div>
Where it reads "You may read and print the conditions here."
I need the word here to hyperlink to the following:
Code:
<a href="[URL unfurl="true"]http://www.everywomansnorthstar.com/terms.html">here</a>[/URL]
Can someone tell me how to put in the hyperlink for the code above, so the word here links to the link above?
Any help would be appreciated.
Thanks in advance.