Data handling attributes determine whether to pre-fill user information or start with a fresh form instance.
- Use elc_ignore: This prevents the form from pre-filling. When present, the form acts as a fresh instance and overrides all other attributes in the shortcode.
- Use elc_submitted: This pulls the most recent submission for the form ID. It bypasses the standard submission context, ignoring specific course steps and enrollment dates.
IMPORTANT: Neither elc_ignore nor elc_submitted accept values. Including the attribute name in the shortcode triggers the functionality.
Combining these logical controls allows for specific implementation scenarios for different learning workflows.