Skip to main content
Known Participant
November 9, 2010
Question

form in bindings panel not showing

  • November 9, 2010
  • 1 reply
  • 415 views

hi i have googled and cannot figure it out.  i have the same issue as this thread i found but

had no answers on it:

http://thedailyreviewer.com/design/view/bindings-panel---not-showing-form-textfields-or-variables-1081460736

all my other bindings are displaying, recordsets, session variables etc but my form within the page is not allowing me to selecting the elements.  it does not show up at all in the bindings panel.  anyone have any ideas how to get it back?

many thanks

This topic has been closed for replies.

1 reply

David_Powers
Inspiring
November 9, 2010

Form elements don't automatically display in the Bindings panel. However, you can create form elements in the panel by clicking the plus button and selecting Form Variable from the menu. In a PHP site, this creates a $_POST variable with whatever name you assign to it.