Closed tfsumon closed 8 months ago
Run & review this pull request in StackBlitz Codeflow.
Hi there :wave:, @dryrunsecurity here, below is a summary of our analysis and findings.
DryRun Security | Status | Findings |
---|---|---|
Sensitive Functions Analyzer | :white_check_mark: | 0 findings |
Configured Sensitive Files Analyzer | :white_check_mark: | 0 findings |
Sensitive Files Analyzer | :white_check_mark: | 0 findings |
[!Note] :green_circle: Risk threshold not exceeded.
[!Tip] Get answers to your security questions. Add a comment in this PR starting with @dryrunsecurity. For example...
@dryrunsecurity What are common security issues with web application cookies?
Powered by DryRun Security
How to add inline form shortcode in markdown
Here is the shortcode for adding form in markdown
Options
event_form_testing_mode
to true if you want to test the form locally. If this value is false, the form will not reappear after the first submission unless you open the page in a new tab or window.event_form_success_action
can have values ofvideo
orredirect
. If set tovideo
, you must also setevent_form_video_url
. If set toredirect
, you must provide a value forevent_form_redirect_url
.Examples
Show video after form fill-up
Redirect user after form fill-up
How to add popup form
Here is the frontmatter config for adding popup form
Options
Here's an explanation of the options provided:
show_popup_form:
true
, the popup form will be shown; otherwise, it will be hidden.popup_form_testing_mode:
true
to show the form again for testing purposes.popup_form_success_action:
popup_form_video_url
field.popup_form_redirect_url
field.popup_form_video_url:
popup_form_success_action
is set to "video", this field should contain the URL of the video to be displayed after form submission.popup_form_redirect_url:
popup_form_success_action
is set to "redirect", this field should contain the URL to which the form will redirect after submission.Examples
Show video after form fill-up
Redirect user after form fill-up
Default - show user page content after form submit