Forum Replies Created

Viewing 4 replies - 1 through 4 (of 4 total)
  • Thread Starter Companzees

    (@companzees)

    Hey,

    Thanks for the help. Yes I did deactivate the plugin temporarily. I found out that part of my problem was that my servers settings with Digital ocean were not allowing any emails to be sent, not even from WordPress if I clicked “forgot my password” on the back end login. I have the problem fixed.

    However, everything seems to be working properly but when the email sends it arrives without including the fields from the remaining contact forms on the 3 previous pages. The ones from the 4th that has the submit button works.

    Here is the email I get, and I’m still using the code/form setup as above. I’m guessing I’m not entering it properly. Is there anything else additional I need to carry the information from the previous forms to the last form & email?

    From: [form FNAME][form LNAME] <[form EMAIL]>
    Subject: Application Submission

    <h5>General Information</h5>

    Applicant Name: [form FNAME][form LNAME]
    Email Adddress: [form EMAIL]
    Applicant Address:
    [form ADDRESS]
    [form CITY][form STATE][form ZIPCODE]
    Applicant Phone: [form TELEPHONE]
    Applicant Secondary Phone: [form SECONDARYTELEPHONE]
    Referred By: [form REFERREDBY]

    <h5>Employment Desired</h5>

    Position: [form POSITION]
    Start Date: [form STARTDATE]
    Salary Desired: [form SALARYDESIRED]
    Employed Currently: [form EMPLOYEDNOW]
    May We Inquire Employer: [form INQUIREEMPLOYER]
    Applied Before/Where/When: [form APPLIEDBEFORE][form APPLIEDWHERE][form APPLIEDWHEN]

    <h5>Education History</h5>

    Highschool Name & Location: [form HIGHSCHOOLLOCATION]
    Subjects Studied: [form SUBJECTSHIGHSCHOOL]
    Years Attended: [form YEARSHIGHSCHOOL]
    Graduate?: [form GRADUATEHIGHSCHOOL]

    College Name & Location: [form COLLEGELOCATION]
    Subjects Studied: [form SUBJECTSCOLLEGE]
    Years Attended: [form YEARSCOLLEGE]
    Graduate?: [form GRADUATECOLLEGE]

    Trade Business Name & Location: [form TRADELOCATION]
    Subjects Studied: [form SUBJECTSTRADE]
    Years Attended: [form YEARSTRADE]
    Graduate?: [form GRADUATETRADE]

    Subject of Special Study: [form SPECIALSTUDY]
    What special training have you had?: [form SPECIALTRAINING]
    Special Skills: [form SPECIALSKILLS]
    Branch of Military: [form USMILITARY]
    Military Rank: [form MILITARYRANK]

    <h5>Employment History</h5>

    Employer 1: [form EMPLOYER1]
    Employed From-To: [form EMPLOYEDDATE1]
    Salary: [form EMPLOYERSALARY1]
    Employer Contact Info: [form EMPLOYERCONTACT1]
    Reason for leaving: [form REASONFORLEAVING1]

    Employer 2: [form EMPLOYER2]
    Employed From-To: [form EMPLOYEDDATE2]
    Salary: test 2
    Employer Contact Info: [form EMPLOYERCONTACT2]
    Reason for leaving: [form REASONFORLEAVING2]

    Employer 3: [form EMPLOYER3]
    Employed From-To: [form EMPLOYEDDATE3]
    Salary: test 3
    Employer Contact Info: [form EMPLOYERCONTACT3]
    Reason for leaving: [form REASONFORLEAVING3]

    <h5>References & Authorization</h5>

    Reference 1: Shahin J
    Contact Info: 8172961139a
    Business: Model
    Years Known: 29

    Reference 2: Ashley Kyle
    Contact Info: 8172961139b
    Business: Mid-Con Energy
    Years Known: 3

    Reference 3: Austin Donoho
    Contact Info: 8172961139c
    Business:
    Years Known: 5

    <h5>Authorization</h5>

    “I certify that the facts contained in this application are true and complete to the best of my knowledge and understand that, if employed, falsified statements on this application shall be grounds for dismissal.</br>

    I authorize investigation of all statements contained herein and the references and employers listed above to give you any and all information concerning my pervious employment and any pertinent information they may have, personal or otherwise, and release the company from all liability for any damage that may result from utilization of such information.</br>

    I also understand and agree that no representation of the company has any authority to enter into any agreement for employment for any specified period of time, or to make any agreement contrary to the foregoing, unless it is in writing and signed by an authorized company representative.</br>

    This waiver does not permit the release or use of disability-related or medical information in a manner prohibited by the Americans with Disabilities Act (ADA) and other relevant federal and state laws.</br>

    I understand that a consumer credit report or criminal records check may be necessary prior to my employment. If such reports are required, I understand that, in compliance with federal law, the company will provide me with a written notice regarding the use of these reports and will also obtain a separate written authorization from me to consent to these reports. I also understand that a poor credit history or conviction will not automatically result in disqualification from employment.”</br>

    In compliance with federal law, all persons hired will be required to verify identity and eligibility to work in the United States and to complete the required employment eligibility verification document form upon hire.</br>

    Signed: Ashkan karimi
    Date: 01/19/2016

    Thread Starter Companzees

    (@companzees)

    Any word on this??? It’s been a few days, wanting to get to the bottom of this!

    Yeah, I did all of those things before I posted on here. The issue is, what if I spend all that time to export all of my content and it still doesn’t work. Wouldn’t exporting everything export my problem too?

    If I export everything will all my products in the store export too? I just really don’t have a TON of time to have to go in & input every product all over again.

    Anything more on this? Having the same issue. I went down the list of the 8 reasons I’m getting the error and it appears it’s due to the “item id”

    I plugged in what you did and that’s what’s causing the error but have no clue what to do to fix it.

    if ( ! $item_id ) {
    throw new Exception( __( ‘Error: Unable to create order_3. Please try again.’, ‘woocommerce’ ) );

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