Use shortcode wpdadataproject to add a complete Data Project to a web page. Data Forms (internally used by shortcode wpdadataproject) is specifically written to create responsive data apps for the front-end. It uses:
- jQuery DataTables to generate tables
- AngularJS to generate data entry forms
- jQuery UI to style tables and forms
Unlike shortcode wpdadiehard, shortcode wpdadataproject does not perform page loads on user actions.
Shortcode wpdadataproject internally uses shortcode wpdadataforms, which must be enabled:
Plugin Settings > Plugin > Shortcode [ wpdadataforms ]
Plugin Settings > Plugin > Shortcode [ wpdadataforms ]
Inline demo Student Administration System (read-only) #
Shortcode parameter #
- project_id (Data Projects -> Project ID)
Copy/paste shortcode from a Data Project #
There’s no need to type the shortcode. The shortcode can be copied from Data Projects to your clipboard and pasted into your page or post.
- Start Data Projects
- Click on link Shortcode(s)
- Copy shortcode to clipboard
- Edit your page or post
- Paste shortcode into your page or post
Shortcode example #
[wpdadataproject project_id="1"]
When I edit a field which typed as [datetime], only wpdadiehard works well.
projects and data tables both show me the date-picker.
Only wpdadiehard show a correct datetime-picker.
HI,
How to heandel forms save method?? if any webhooks please share with me.
Thanks
Hi Nitin,
There are a number of hooks and filters available:
https://wpdataaccess.com/docs/hooks-and-filters/hooks-and-filters/
They work in the back-end and with shortcode wpdadiehard, but they will disappear within the coming year. We are working on a new release that brings simple forms and data forms together. The new release will introduce new alternatives. Until then you can use the available hooks and filters.
Hope this helps,
Peter