There are two simple ways to achieve this
1. Using Elementor
You can edit any page with elementor page builder and use our widget to place a form in any page.
2. Using Shortcode
This method will produce our native forms, we do not recommend using this option but if needed you can use it without any issues
Simple Shortcode
To find the shortcodes available for this, please visit our Plugin Settings –> Shortcode tab.
PHP Code
Add the below-mentioned PHP code with just the line for the form you need in your theme file wherever needed
<?php
echo df_digits_form();//login/register
echo df_digits_form_login();//login
echo df_digits_form_signup();//register
echo df_digits_form_forgot_password();//forgot password
?>