Could you please provide some more details on what you are trying to accomplish?
What is the current work-flow of your form?
Sorry for the delay in replying.
It’s a sort of profile page. Some magazines do these pages where the whole page is a image of the person. Then overlayed down the side is a question & answer session. I want to provide the questions in a form and then when they submit the form this sort of profile page is created. I’ve link an example of what I would like to produce (sort of) below.

In your case, I would recommend create a custom form. You can use plugins like:
https://ww.wp.xz.cn/plugins/formidable/
https://ww.wp.xz.cn/plugins/ninja-forms/
https://ww.wp.xz.cn/plugins/contact-form-7/
You will have to save form information in the database (under user’s account) then create a custom layout (with any background) and display the submitted answers.
Let me know if you have any questions.