Title: Custom confirmation
Last modified: February 9, 2022

---

# Custom confirmation

 *  Resolved [jchardron](https://wordpress.org/support/users/jchardron/)
 * (@jchardron)
 * [4 years, 4 months ago](https://wordpress.org/support/topic/custom-confirmation/)
 * When a form is completed, a confirmation message is displayed (in a green box).
   How can I customise it?
 * Thank you
 * The page I need help with: _[[log in](https://login.wordpress.org/?redirect_to=https%3A%2F%2Fwordpress.org%2Fsupport%2Ftopic%2Fcustom-confirmation%2F%3Foutput_format%3Dmd&locale=en_US)
   to see the link]_

Viewing 7 replies - 1 through 7 (of 7 total)

 *  [Arsalan Ahmed](https://wordpress.org/support/users/arsalanahmed901/)
 * (@arsalanahmed901)
 * [4 years, 4 months ago](https://wordpress.org/support/topic/custom-confirmation/#post-15346501)
 * Hi [@jchardron](https://wordpress.org/support/users/jchardron/),
 * Thanks for writing to us.
 * You can change the written text by adding the following code in the function.
   php file of your activated theme:
 *     ```
       function sjb_job_submit_message( $message ) { 
              $message  = esc_html__( 'Write your Custom Message Here', 'simple-job-board'); 
              return $message; 
       }
       ```
   
 * add_filter( ‘sjb_job_submission_alert’, ‘sjb_job_submit_message’ );
 * The code above will change the job submission message.
 * Feel free to reach out for further assistance.
 * Regards,
 *  Thread Starter [jchardron](https://wordpress.org/support/users/jchardron/)
 * (@jchardron)
 * [4 years, 4 months ago](https://wordpress.org/support/topic/custom-confirmation/#post-15349583)
 * Hello
 * I copied and pasted the code but nothing changes.
 * You state in your reply
    add_filter( ‘sjb_job_submission_alert’, ‘sjb_job_submit_message’);
 * What should I do with this?
 * Thank you very much`
 *  [Arsalan Ahmed](https://wordpress.org/support/users/arsalanahmed901/)
 * (@arsalanahmed901)
 * [4 years, 4 months ago](https://wordpress.org/support/topic/custom-confirmation/#post-15349652)
 * Hi [@jchardron](https://wordpress.org/support/users/jchardron/),
 * We apologize for the confusion.
 * Please add the code in the following manner in the function.php file of you activated
   theme:
 *     ```
       function sjb_job_submit_message( $message ) {
              $message  = esc_html__( 'Write your Custom Message Here', 'simple-job-board');
              return $message;
       }
       add_filter( 'sjb_job_submission_alert', 'sjb_job_submit_message' );
       ```
   
 * We hope this will resolve your query.
 * looking forward to hearing from you.
 * Regards,
 *  Thread Starter [jchardron](https://wordpress.org/support/users/jchardron/)
 * (@jchardron)
 * [4 years, 4 months ago](https://wordpress.org/support/topic/custom-confirmation/#post-15349746)
 * Great, it works!
    Last question, do you know how to make a line break in the 
   text I want to insert?
 * Thanks 🙂
 *  [Arsalan Ahmed](https://wordpress.org/support/users/arsalanahmed901/)
 * (@arsalanahmed901)
 * [4 years, 4 months ago](https://wordpress.org/support/topic/custom-confirmation/#post-15349767)
 * Hi [@jchardron](https://wordpress.org/support/users/jchardron/),
 * We are glad to know that issue is resolved.
 * Please use the <br> tag to add a line break in the text.
 * Feel free to reach out for further assistance.
 * Regards,
 *  Thread Starter [jchardron](https://wordpress.org/support/users/jchardron/)
 * (@jchardron)
 * [4 years, 4 months ago](https://wordpress.org/support/topic/custom-confirmation/#post-15350897)
 * Thanks a lot !
 *  [Arsalan Ahmed](https://wordpress.org/support/users/arsalanahmed901/)
 * (@arsalanahmed901)
 * [4 years, 4 months ago](https://wordpress.org/support/topic/custom-confirmation/#post-15350906)
 * Hi [@jchardron](https://wordpress.org/support/users/jchardron/),
 * We’re glad to know that your query has been resolved.
 * We would request you to leave us a 5-star review against our continuous efforts
   on Simple Job Board @ [https://wordpress.org/support/plugin/simple-job-board/reviews/](https://wordpress.org/support/plugin/simple-job-board/reviews/)
 * Don’t be hesitant to reach out for assistance.
 * Regards,

Viewing 7 replies - 1 through 7 (of 7 total)

The topic ‘Custom confirmation’ is closed to new replies.

 * ![](https://ps.w.org/simple-job-board/assets/icon-256x256.png?rev=1829069)
 * [Simple Job Board](https://wordpress.org/plugins/simple-job-board/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/simple-job-board/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/simple-job-board/)
 * [Active Topics](https://wordpress.org/support/plugin/simple-job-board/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/simple-job-board/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/simple-job-board/reviews/)

## Tags

 * [custom](https://wordpress.org/support/topic-tag/custom/)

 * 7 replies
 * 2 participants
 * Last reply from: [Arsalan Ahmed](https://wordpress.org/support/users/arsalanahmed901/)
 * Last activity: [4 years, 4 months ago](https://wordpress.org/support/topic/custom-confirmation/#post-15350906)
 * Status: resolved