Terms and conditions link

Hi,
I made a form with a checkbox which says “I have read and agreed with the terms and conditions”.
I want to create a link with the text and the terms and conditions page. But I couldn’t figure out, how can I make it as link?

Thanks in advance.

Re: Terms and conditions link

Can you just use a simple HREF?

http://www.w3schools.com/html/html_links.asp

Regards,
Scott.

Re: Terms and conditions link

There’s no standard datatype to do this.
Maybe you can put it under a javascript button in the header or footer?

Re: Terms and conditions link

  1. create a blank application and write the below script to execute Event:

?>
<script type=“text/javascript”>
window.location = “<? print();?>”;
</script>
<?

  1. If you have grid application, make a field link and send the url variable as one of your variables