Forums

The forums ran from 2008-2020 and are now closed and viewable here as an archive.

Home Forums CSS Make form input partially editable?

  • This topic is empty.
Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #30065
    paperrobots
    Participant

    Is it possible… (I’m assuing with some jquery).. to make a form have a default value that isn’t editable but can be appended?

    What I’m trying to do is have a url field that has “example.com/” and the user adds everything after the slash.

    #81183
    TheDoc
    Member

    The most common example I’ve seen of this is people doing:

    example.com/|___(form_field)___|

    #81186
    paperrobots
    Participant

    Yeah that’s what I’m use to, but the designer I’m working with wants it in the field. I can fake it by layering a bunch of stuff, but was hoping for a simple solution. :)

    #81151
    noahgelman
    Participant

    You wouldn’t have to layer that much stuff, maybe a div around the text, some border play, and it look like it was apart of the form field.

Viewing 4 posts - 1 through 4 (of 4 total)
  • The forum ‘CSS’ is closed to new topics and replies.