Modify Contact Form

  • Unknown's avatar

    Hello,

    I am looking to merge my contact information into my contact form. The contact information in question is located directly above my contact form.

    Thank you.

    The blog I need help with is: (visible only to logged in users)

  • Unknown's avatar

    Hi there, can you explain a bit further what you mean by “merge”? Where exactly are you wanting that information?

  • Unknown's avatar

    Hi @thesacredpath,

    When viewed on a desktop, my site’s contact form contains an open and available blank area next to the name, email, and organization text fields.

    I was wondering if it would be possible to put my contact information there as opposed to listing it above the entire contact form like it is currently.

    If this is possible, that would be great. If not, suggestions on where to place my contact information would be greatly appreciated.

    The reason I do not have it listed in the footer area as a widget is because I don’t quite like the appearance of it when implemented that way.

    Thank you to the WordPress.com community for the help.

  • Unknown's avatar

    Hi there, give the following a try. I’ve limited this to 700px and wider screens/windows as below that the space for it within that top right section in the contact form gets tight.

    @media screen and (min-width: 700px) {
    	#post-4 .overlay {
    		position: absolute;
    		right: 0;
    		max-width: 300px;
    		margin-top: 25px;
    		margin-right: 25px
    	}
    	#post-4 {
    		position: relative;
    	}
    }
  • Unknown's avatar

    Hi @thesacredpath,

    That solved my problem. Thank you for the assistance.

  • Unknown's avatar

    Hooray and you are welcome!

  • The topic ‘Modify Contact Form’ is closed to new replies.