Kryptronic Software Support Forum

You are viewing this forum as a guest. Login to an existing account, or create a new account, to reply to topics and to create new topics.

#1 06-26-2017 00:03:14

stanforrest
Member
From: California
Registered: 02-13-2003
Posts: 73

Dynamic Form Descriptions

I am trying to figure out how to move the descriptions for dynamic form field so they are below the form field instead of above the form field. Where would I do this.

Thank You
Stan


Stan Forrest
Digital Magic Show

Offline

 

#2 06-26-2017 08:30:24

webmaster
Administrator
From: York, PA
Registered: 04-20-2001
Posts: 19798
Website

Re: Dynamic Form Descriptions

All the form fields used by the entire system are generated using includes in {private}/core/CORE/includes/formfield_*.php.  You'd have to change all of them, plus formfield_open.php, which currently prints the description.  This would change the display of around 98% of form fields printed by the system, including in admin. 

Alternatively, you might find a CSS positioning work-around for just the dynamic forms you want to adjust.  I'd try that route first as it's clean and updates nicely.


Nick Hendler

Offline

 

Board footer