• Resolved adsler26

    (@adsler26)


    Hi,

    I want to insert this search button

    <input type="submit" value="submit">

    To this html.

    <div class="search_jobs">
      <div class="search_keywords">
        <label for="search_keywords">Keywords</label>
        <input type="text" name="search_keywords" id="search_keywords" placeholder="Keywords" value="" />
      </div>
      <div class="search_location">
        <label for="search_location">Location</label>
        <input type="text" name="search_location" id="search_location" placeholder="Location" value="" />
      </div>
    </div> 

    Where do I find it?

    Functions.php?

    Thanks

    The page I need help with: [log in to see the link]

Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Submit button’ is closed to new replies.