Project

General

Profile

Feature #17086

Updated by Benjamin Baer 9 months ago

* Currently there is only one form per page 
 * Forms are insatiated from PHP in Javascript directly. 

 * New: 
 ** 
   * Forms have data properties with the required urls / sips in their outermost container 
 ** 
   * Forms will be loaded automatically by the client with parameter from those properties 
 ** 
   * Allows for various things, such as on demand form loading via modal, opening forms without site change or just have multiple forms open where it makes sense.

Back