Topics
All
MacOS
(Only)
Windows
(Only)
Linux
(Only, Not)
iOS
(Only, Not)
Components
Crossplatform Mac & Win
Server
Client
Old
Deprecated
Guides
Examples
Videos
New in version:
12.1
12.2
12.3
12.4
12.5
13.0
13.1
13.2
13.3
13.4
Statistic
FMM
Blog
Creates a submit action.
Component | Version | macOS | Windows | Linux | Server | iOS SDK |
DynaPDF | 13.3 | ✅ Yes | ✅ Yes | ✅ Yes | ✅ Yes | ✅ Yes |
Parameter | Description | Example |
---|---|---|
The PDF reference returned from DynaPDF.New. | ||
Flags | Additional flags | |
URL | URL of the web server |
Returns action number or error.
See also CreateSubmitAction function in DynaPDF manual.
Create submit button:
Set Variable [ $SubmitButton; Value:MBS( "DynaPDF.CreateButton"; $pdf; "Submit"; "Submit"; -1; 300; 200; 100; 20 ) ]
Set Variable [ $SubmitAction; Value:MBS( "DynaPDF.CreateSubmitAction"; $pdf; "InclNoValFields¶PDF"; "https://yourdomain.com/php.php" ) ]
Set Variable [ $r; Value:MBS( "DynaPDF.AddActionToObj"; $pdf; "Field"; "OnMouseUp"; $SubmitAction; $SubmitButton ) ]
This function checks for a license.
Created 13th May 2023, last changed 27th August 2023