Forum Replies Created

Viewing 3 replies - 1 through 3 (of 3 total)
  • Thread Starter eliascreate

    (@eliascreate)

    I found the solution. Add this CSS to your additional CSS-file:

    .has-header-image.twentyseventeen-front-page .custom-header,
    	.has-header-video.twentyseventeen-front-page .custom-header,
    	.has-header-image.home.blog .custom-header,
    	.has-header-video.home.blog .custom-header {
    		display: block;
    		height: 512px;
    	}
    
    Forum: Plugins
    In reply to: Forms and post data
    Thread Starter eliascreate

    (@eliascreate)

    Maybe it is better to simply create my own form using html and then post it to my php file. Is it easy to integrate the wordpress themes to that? But then again it doesn’t have ‘required filed’ on each field that didn’t go through and that is a must have, so any addon for wordpress that handles this ? ‘required field’ and ‘custom action on apply’

    Forum: Plugins
    In reply to: Forms and post data
    Thread Starter eliascreate

    (@eliascreate)

    Also, in the ninja forms there are textboxes that can have ‘required fields’. How can I check this with for example, a database entry in mysql? If it’s already there it says it to the user.

Viewing 3 replies - 1 through 3 (of 3 total)