Results 1 to 1 of 1

Thread: How to make the fields pre-filled when we start to write something

  1. #1
    Thread Starter
    pierrereverchon's Avatar
    Join Date
    Mar 2014
    Location
    France
    Posts
    6
    Thanks
    0
    Thanked 0 Times in 0 Posts

    How to make the fields pre-filled when we start to write something

    Hello everybody who speaks HTML...
    I have a problem :

    In the resume edit page (of a job seeker session), the field "languages" is automatically pre-field as soon as we write a lettre which is already existing in one of the existing langage.

    I would like to know how to do the same thing for the field "group". In this field I would like the automation of the "job specialities" when I start to write inside it. Because job roller doesn't do it for this field.

    I tried to change the HTML code of the submit-resume-form.php like this : (but it's not working)

    <p class="optional" id="resume_specialities_wrap"><label for="specialities"><?php _e('Curent licence type (have to be chosen in the list): <small>i.e. your speciality</small>', APP_TD); ?></label> <input type="text" class="tags text tag-input-commas" data-separator="," name="specialities" id="specialities" placeholder="<?php _e('e.g. english spoken, team management', APP_TD); ?>" value="<?php if (isset($posted['specialities'])) echo $posted['specialities']; ?>" /></p>

    Maybe I don't write the words "resume_specialities" on the good way, because if I remplace it by "language" word, IT'S WORKING !!!!!!

    But I dont want here the languages !!! I want the job specialities as they are mentioned in the back office / resume / resume specialties column ...

    Please HELP

Thread Information

Users Browsing this Thread

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

Similar Threads

  1. how do I say that a job has been filled
    By yogamatt in forum Olinda
    Replies: 3
    Last Post: March 27th, 2014, 03:56 PM
  2. [TUTORIAL] How can I make custom registration fields appear above password fields?
    By bleem in forum Advanced Custom Fields
    Replies: 1
    Last Post: September 29th, 2013, 11:26 AM
  3. Only one category, how to make the advance search show from start?
    By endoo in forum ClassiPress General Discussion
    Replies: 17
    Last Post: November 4th, 2012, 04:32 AM
  4. Replies: 2
    Last Post: December 4th, 2011, 05:22 PM