How can I link a customer information form to our company email?

Hi! I created a form where in my customer can fill up if they want to become a partner to us. the looks of the form seems good but the main problem is I don’t know how to link to to our company email address to get the data of the customer, can someone help me on how can I do this one? Thankyou so much.

Here is the form looks like: https://bit.ly/3DqsVFT

and here is the code that I saw in google


{{ page.title }}












    @MsMelody - this is not shopify form code, this is wordpress contact form 7 code, you need to use shopify code

    1 Like

    @suyash1 I just saw it on google i tried to used it I thought is works pretty well :(, Can you help me on how can I make like that?

    @MsMelody - please cehck this - https://shopify.dev/themes/customer-engagement/additional-customer-information

    1 Like

    @suyash1 THANKS! let me try this one first

    @suyash1 I tried the code and it looks like this. I wonder how can I achieved the looks similar to the one that I’m referring

    Preview: https://bit.ly/3Ls58Ii

    @MsMelody - you will need css for styling form as per need

    1 Like

    @suyash1 could you help me on can I do this? I not kinda familiar in coding but I’m trying my best to learn.

    @MsMelody - yes I can make it better looking, I will need collaborator account into your site, if you can share the main site link then I can send you the collab request

    1 Like

    @suyash1 You mean I add you as a staff?

    @MsMelody - staff too can work but for such access giving collaborator is recommended

    1 Like

    I see, can I do it on my own? can you please assist me? @suyash1

    @MsMelody - if you know the CSS then you can do , I will assist

    1 Like

    I know a little bit, but assist me on where can I put the page. @suyash1

    I mean the code @suyash1

    @MsMelody - please go to online store->themes->actions->edit html/css and find the css file in assets folder, you can write your css to the end of it

    1 Like

    @suyash1 this one right?

    @MsMelody - yes , please write your custom css to the end of it

    1 Like

    you mean this? @suyash1


    {{ page.title }}












      @MsMelody - this is contact form 7 code, you will need to add shopify liquid code to the page where you want the form and , css code for styling to css file

      1 Like