Forum Discussion

ShihadShihad's avatar
ShihadShihad
Qrew Cadet
8 years ago

text(formula) to load php page

Hi .. i have text(formula) field.. here i want to load a php page on onClick function. and need to pass record id to that page also..how can i write the formula for that ?

5 Replies

  • Instead of having a Formula text field to make it as a hyperlink to another external linked page, you can create a Formula URL field with the "Display as a button" unchecked.




    Output with F12 Inspect Element set to the hyperlink displayed:



    Regards,
    Dinesh V
    • GeoffreyHarmuth's avatar
      GeoffreyHarmuth
      Qrew Captain
      Hi Dinesh.  I am hijacking this thread;  I have a similar issue where I want to load an external PHP page and pass a field value into the URL as well.  The solution above is not working for me.  Also, is there any way to add this into an already existing "edit record' button?