• I need to find out some string in a post,page or some settings in the dashboard. I couldn’t yet find it and I wonder if there is any plugin or some other way to do that…
    Can someone advice please?
    Regards
    Triplebit

Viewing 3 replies - 1 through 3 (of 3 total)
  • Can you be more specific?

    What string? From where exactly?

    Thread Starter itzik lesher

    (@triplebit2)

    Yes sure,
    I have in a downloadable theme some contact form. When a users misses some details and sends it than pops up an error message indicating that to the user. The message is:”Error – Missing details in form”. I tried to look for the message in all pages,posts, dashboard settings etc. but found nothing.
    Thanks again

    This is not really a WP question, more an HTML question, you can find better answers at stackoverflow.com, but, here is a little snippet of a singe form input to get you started:

    <input id="fullName" name="fullName" type="text" size="30" placeholder="TripleBit2" pattern="[a-zA-Z ]{4,99}" required />

    (the code is already built into HTML5, and you can control it really well in your CSS)

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘find out some string in a post,page or some settings’ is closed to new replies.