This topic is locked
[SOLVED]

 buttons hidden until page refresh

10/30/2017 6:22:56 PM
PHPRunner General questions
K
keithh0427 author

I have a list page with three required search fields which will return a single record. When I click on the search button, the page will populate with the single record.
I also have multiple buttons on the page which will take the key of that record and open a new page which will then create a PDF, depending upon which button was pushed.
The problem I am having is that I have to click on the browser reload button before I can see the buttons I have created. All of the buttons are hidden until the page reloads.
Is there something I should be doing in order to get the buttons to display when the record displays?

admin 10/31/2017

Hard to tell without seeing this page live. Maybe buttons are added to the wrong spot on the page?

K
keithh0427 author 10/31/2017


I've tried several different places and I'm sure that the correct placement could resolve my problem.
Thanks in advance