Exit
  • Global community
    • Language:
      • Deutsch
      • English
      • Español
      • Français
      • Português
  • 日本語コミュニティ
  • 한국 커뮤니티
0

form in bindings panel not showing

New Here ,
Nov 09, 2010 Nov 09, 2010

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-10...

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

TOPICS
Server side applications
416
Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
LEGEND ,
Nov 09, 2010 Nov 09, 2010
LATEST

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.

Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines