How to create my own subjects depending on my forms ( contact form, application form, etc )?
Between <form> and </form> of your form, write the following:
If you want to completely replace the subject with your own unique subject
<input type="hidden" name="custom_apcf_subject" value="your own unique subject">If you want to add your own subject to the default subject, "You got a mail.[via All Post Contact Form] IP-address of the sender"
<input type="hidden" name="custom_apcf_subject_sub" value="your own unique subject">Reference: What is "the default subject"
You can change "the default subject" at the Admin Window.
▼Settings Page of this plugin
https://your-site-URL/wp-admin/options-general.php?page=allpost-contactform%2Fallpost-contactform.php
▼The section of the settings
Subject of the E-mail ( You can use this for your grouping mails system/filter. )
▼"the default subject"
You got a mail.[via All Post Contact Form]
https://your-site-URL/wp-admin/options-general.php?page=allpost-contactform%2Fallpost-contactform.php
▼The section of the settings
Subject of the E-mail ( You can use this for your grouping mails system/filter. )
▼"the default subject"
You got a mail.[via All Post Contact Form]
( 2019/September/09, 23:05:55, JST )