How to add hyperlink to text field

If you're a new user of AppGini, feel free to ask general usage questions, or look for answers here.
Post Reply
Bobrast
Posts: 1
Joined: 2013-06-25 17:28

How to add hyperlink to text field

Post by Bobrast » 2013-07-26 14:31

I'm pretty new to AppGini and really like it. I am trying to build a web app containing descriptions and links to the text of legislation in state and federal legislatures.

We have a table field with the bill number of the legislation, for example "S2130", and a table field with the url of the bill in the government's database.

We put them together currently like so: <?=$bill_href_tag_open?>S<?=$billnumber?><?=$bill_href_tag_close?> which produces the hyperlink S2130 in the bill matrix on the web page.

I need to know how to add the href url from the link field to the bill number text field.

Any help will be appreciated!

Bob

Post Reply