Forum Discussion

JAWWA's avatar
JAWWA
Qrew Cadet
8 years ago

How do i embed a formula URL field in html coded page in quickbase

I have a .html page in quickbase, how do i embed a formula url field inside this page or how do i create a button here on this page where the button redirects to the child record. 
  • <form action="http://www.google.com">;
        <input type="submit" value="Go to Google" />
    </form>

     Instead of google.com you can have your domain url whatever you need.

    NOTE: Google wont load because in an iframe it won't load security issues..

    I hope this will solve your issue!!
  • How do i embed a formula URL in lieu of google.com.