Results 1 to 3 of 3

Thread: Getting Newly Created Field on Submit Job Form to Show Up on Job Posting

  1. #1
    Thread Starter
    islajobs's Avatar
    Join Date
    Jan 2011
    Location
    Puerto Rico
    Posts
    69
    Thanks
    2
    Thanked 13 Times in 12 Posts

    Getting Newly Created Field on Submit Job Form to Show Up on Job Posting

    Hi,

    I have edited the submit-job-form.php file and created a new field ('requirements') on the Submit Job form. Now I need to get that new field to show up on the actual job posting by editing this code found in the confirm-job-process.php file:

    ### Create Post

    $data = array(
    'post_content' => $wpdb->escape($posted['details'])
    , 'post_title' => $wpdb->escape($posted['job_title'])
    , 'post_status' => $status
    , 'post_author' => $user_ID
    , 'post_type' => 'job_listing'
    );

    The post_content attribute is currently set to only display the 'details' field on the job posting (which is the short name for the Job Description field). How do I edit this attribute to include BOTH 'details' (existing) AND 'requirements' (my newly created field) on the job posting? I'm not much of a PHP whiz.

    Thanks to anyone who can help!

  2. #2
    jomarkosabel's Avatar
    Join Date
    Mar 2009
    Location
    Philippines
    Posts
    40,699
    Thanks
    166
    Thanked 3,390 Times in 3,261 Posts
    You must be an AppThemes customer and logged in to view this response. Join today!
    Please help our moderating team work more efficiently by not sending us support questions via PM. You can read more about how AppThemes support works here. However, you can send a PM to follow up and remind me if I missed your support request/thread.

    Thank you and have a nice day.

  3. #3
    ptakafka's Avatar
    Join Date
    Nov 2010
    Posts
    12
    Thanks
    1
    Thanked 1 Time in 1 Post

    Custom Field - Submit Job

    You must be an AppThemes customer and logged in to view this response. Join today!

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Similar Threads

  1. [SOLVED] Is it possible to show ad posting form on single page ?
    By postfreeads in forum Report ClassiPress Bugs
    Replies: 9
    Last Post: August 28th, 2017, 01:33 PM
  2. How to redirect after contact form submit?
    By jlapptheme in forum ClassiPress General Discussion
    Replies: 5
    Last Post: January 14th, 2011, 11:45 AM
  3. I created a new "Custom Field" but does not appear on the form
    By meuboy in forum Help Using ClassiPress
    Replies: 1
    Last Post: December 22nd, 2010, 01:08 PM
  4. Contact form not show up after submit comment
    By vincent in forum Report ClassiPress Bugs
    Replies: 4
    Last Post: November 23rd, 2010, 03:43 AM
  5. Show Name hidden field in registration form
    By aledan in forum ClassiPress General Discussion
    Replies: 0
    Last Post: October 12th, 2009, 05:21 AM