bhl-forms 0.11.9 → 0.11.10

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (80) hide show
  1. package/dist/forms/accidentsAndInjuries.es.js +172 -0
  2. package/dist/forms/accidentsAndInjuries.iife.js +1 -1
  3. package/dist/forms/applianceRepairMinimal.es.js +389 -0
  4. package/dist/forms/applianceRepairMinimal.iife.js +1 -1
  5. package/dist/forms/appraisals.es.js +389 -0
  6. package/dist/forms/appraisals.iife.js +1 -1
  7. package/dist/forms/business.es.js +380 -0
  8. package/dist/forms/business.iife.js +1 -1
  9. package/dist/forms/childAndFamily.es.js +389 -0
  10. package/dist/forms/childAndFamily.iife.js +1 -1
  11. package/dist/forms/childAndFamilySingle.es.js +111 -4
  12. package/dist/forms/childAndFamilySingle.iife.js +1 -1
  13. package/dist/forms/civilLawsuit.es.js +106 -3
  14. package/dist/forms/civilLawsuit.iife.js +1 -1
  15. package/dist/forms/coins.es.js +389 -0
  16. package/dist/forms/coins.iife.js +1 -1
  17. package/dist/forms/contracts.es.js +389 -0
  18. package/dist/forms/contracts.iife.js +1 -1
  19. package/dist/forms/criminal.es.js +110 -4
  20. package/dist/forms/criminal.iife.js +1 -1
  21. package/dist/forms/divorce.es.js +111 -4
  22. package/dist/forms/divorce.iife.js +1 -1
  23. package/dist/forms/employmentAndWorkplace.es.js +160 -0
  24. package/dist/forms/employmentAndWorkplace.iife.js +1 -1
  25. package/dist/forms/foreclosure.es.js +372 -0
  26. package/dist/forms/foreclosure.iife.js +1 -1
  27. package/dist/forms/generalContractors.es.js +389 -0
  28. package/dist/forms/generalContractors.iife.js +1 -1
  29. package/dist/forms/generalHomeImprovement.es.js +389 -0
  30. package/dist/forms/generalHomeImprovement.iife.js +1 -1
  31. package/dist/forms/generalHomeImprovementThankYou.es.js +389 -0
  32. package/dist/forms/generalHomeImprovementThankYou.iife.js +1 -1
  33. package/dist/forms/generalLegal.es.js +389 -0
  34. package/dist/forms/generalLegal.iife.js +1 -1
  35. package/dist/forms/generalLegalJustAnswer.es.js +58 -0
  36. package/dist/forms/generalLegalJustAnswer.iife.js +1 -1
  37. package/dist/forms/generalLegalPopUnder.es.js +389 -0
  38. package/dist/forms/generalLegalPopUnder.iife.js +1 -1
  39. package/dist/forms/generalLegalPopUnderSingle.es.js +58 -0
  40. package/dist/forms/generalLegalPopUnderSingle.iife.js +1 -1
  41. package/dist/forms/generalLegalSingle.es.js +58 -0
  42. package/dist/forms/generalLegalSingle.iife.js +1 -1
  43. package/dist/forms/generalLegalSingle1to1.es.js +4579 -0
  44. package/dist/forms/generalLegalSingle1to1.iife.js +1 -0
  45. package/dist/forms/generalLegalSingle1to1.json +1 -0
  46. package/dist/forms/generalLegalSingleMinimal.es.js +389 -0
  47. package/dist/forms/generalLegalSingleMinimal.iife.js +1 -1
  48. package/dist/forms/generalLegalThankYou.es.js +389 -0
  49. package/dist/forms/generalLegalThankYou.iife.js +1 -1
  50. package/dist/forms/generalLegalThankYouConsultation.es.js +58 -0
  51. package/dist/forms/generalLegalThankYouConsultation.iife.js +1 -1
  52. package/dist/forms/harassmentAndDiscrimination.es.js +389 -0
  53. package/dist/forms/harassmentAndDiscrimination.iife.js +1 -1
  54. package/dist/forms/landlordTenant.es.js +389 -0
  55. package/dist/forms/landlordTenant.iife.js +1 -1
  56. package/dist/forms/malpractice.es.js +389 -0
  57. package/dist/forms/malpractice.iife.js +1 -1
  58. package/dist/forms/mechanics.es.js +389 -0
  59. package/dist/forms/mechanics.iife.js +1 -1
  60. package/dist/forms/patentsAndIP.es.js +112 -5
  61. package/dist/forms/patentsAndIP.iife.js +1 -1
  62. package/dist/forms/realEstate.es.js +389 -0
  63. package/dist/forms/realEstate.iife.js +1 -1
  64. package/dist/forms/repossession.es.js +389 -0
  65. package/dist/forms/repossession.iife.js +1 -1
  66. package/dist/forms/ssdi.es.js +389 -0
  67. package/dist/forms/ssdi.iife.js +1 -1
  68. package/dist/forms/testForm.es.js +389 -0
  69. package/dist/forms/testForm.iife.js +1 -1
  70. package/dist/forms/testRedirects.es.js +389 -0
  71. package/dist/forms/testRedirects.iife.js +1 -1
  72. package/dist/forms/vets.es.js +389 -0
  73. package/dist/forms/vets.iife.js +1 -1
  74. package/dist/forms/willsAndTrusts.es.js +389 -0
  75. package/dist/forms/willsAndTrusts.iife.js +1 -1
  76. package/dist/forms/windows.es.js +389 -0
  77. package/dist/forms/windows.iife.js +1 -1
  78. package/dist/forms/workersCompensation.es.js +380 -0
  79. package/dist/forms/workersCompensation.iife.js +1 -1
  80. package/package.json +1 -1
@@ -3748,6 +3748,395 @@ const TOLPFinalSubHeadlines = {
3748
3748
  // // 'Non-Workplace Discrimination': '',
3749
3749
  };
3750
3750
 
3751
+ const nextStepsLegalDefault = [
3752
+ "haveAttorney",
3753
+ "degreeOfInterest",
3754
+ "commentsWithBankruptcy",
3755
+ "zipcode",
3756
+ "legalCrossSells",
3757
+ "firstAndLast",
3758
+ "contactInfo",
3759
+ ];
3760
+
3761
+ const nextStepsLegalDefaultLPM = [
3762
+ "haveAttorney",
3763
+ "degreeOfInterest",
3764
+ "lawyerPaymentMethod",
3765
+ "commentsWithBankruptcy",
3766
+ "zipcode",
3767
+ "legalCrossSells",
3768
+ "firstAndLast",
3769
+ "contactInfo",
3770
+ ];
3771
+
3772
+ const nextStepsLegalNoDOI = [
3773
+ "haveAttorney",
3774
+ "commentsWithBankruptcy",
3775
+ "zipcode",
3776
+ "legalCrossSells",
3777
+ "firstAndLast",
3778
+ "contactInfo",
3779
+ ];
3780
+
3781
+ const nextStepsLegalNoHA = [
3782
+ "degreeOfInterest",
3783
+ "commentsWithBankruptcy",
3784
+ "zipcode",
3785
+ "legalCrossSells",
3786
+ "firstAndLast",
3787
+ "contactInfo",
3788
+ ];
3789
+
3790
+ const nextStepsMapGeneralLegal = {
3791
+ values: {
3792
+ Type_Of_Legal_Problem: {
3793
+ Adoption: ["maritalStatus", "haveChildren", ...nextStepsLegalDefaultLPM],
3794
+ "Asbestos and Mesothelioma": ["incidentDate", "doctorTreatment", ...nextStepsLegalDefault],
3795
+ "Auto and Car Accidents": [
3796
+ "incidentDate",
3797
+ "atFault",
3798
+ "primaryInjury",
3799
+ "doctorTreatment",
3800
+ "policeReportFiled",
3801
+ ...nextStepsLegalNoDOI,
3802
+ ],
3803
+ Bankruptcy: ["totalMonthlyIncome", "totalDebt", "ownRealEstate", "valueOfAssets", ...nextStepsLegalDefault],
3804
+ "Business Lawyers": ["businessServices", "businessType", "numEmployeesOfBusiness", ...nextStepsLegalDefault],
3805
+ "Child Custody": ["childRelationship", "childHome", "childPrimaryCaregiver", ...nextStepsLegalDefaultLPM],
3806
+ "Child Support": ["childRelationship", "childHome", "childPrimaryCaregiver", ...nextStepsLegalDefaultLPM],
3807
+ "Civil Rights and Discrimination": ["civilRightsType", ...nextStepsLegalDefault],
3808
+ "Civil Lawsuit": ["civilDefense", "lawsuitOtherParty", ...nextStepsLegalDefault],
3809
+ "File a Lawsuit": ["civilLawsuitTOLPDisplay", "lawsuitOtherParty", ...nextStepsLegalDefault],
3810
+ "Defend a Lawsuit": ["lawsuitOtherParty", ...nextStepsLegalDefault],
3811
+ "Consumer Lawyers": ["consumerLawyerType", "incidentDate", "lawsuitOtherParty", ...nextStepsLegalDefault],
3812
+ "Criminal and Felony": [
3813
+ "criminalTOLPDisplay",
3814
+ "crimeCommittedDate",
3815
+ "roleInMatterCriminal",
3816
+ "pendingCharges",
3817
+ ...nextStepsLegalDefaultLPM,
3818
+ ],
3819
+ "Debt and Collections": [
3820
+ "totalMonthlyIncome",
3821
+ "totalDebt",
3822
+ "ownRealEstate",
3823
+ "valueOfAssets",
3824
+ ...nextStepsLegalDefault,
3825
+ ],
3826
+ "Divorce and Separation": ["maritalStatus", "haveChildren", ...nextStepsLegalDefaultLPM],
3827
+ "DUI and DWI": [
3828
+ "incidentDate",
3829
+ "priorAlcoholOffenses",
3830
+ "typeOfAlcoholTest",
3831
+ "bloodContentAlcoholTest",
3832
+ "pendingCharges",
3833
+ ...nextStepsLegalDefault,
3834
+ ],
3835
+ "Employment and Workplace": [
3836
+ "employmentAndWorkplaceTOLPDisplay",
3837
+ "numEmployeesOfBusiness",
3838
+ "employerType",
3839
+ "employeeAtCompany",
3840
+ ...nextStepsLegalDefault,
3841
+ ],
3842
+ Expungement: ["incidentDate", "criminalChargeType", ...nextStepsLegalDefaultLPM],
3843
+ "Family Issues": ["maritalStatus", "haveChildren", ...nextStepsLegalDefaultLPM],
3844
+ Foreclosure: [
3845
+ "ownRealEstate",
3846
+ "typeOfProperty",
3847
+ "amountPaymentsPastDue",
3848
+ "loanAmount",
3849
+ "defaultNotice",
3850
+ ...nextStepsLegalDefault,
3851
+ ],
3852
+ Guardianship: ["maritalStatus", "haveChildren", ...nextStepsLegalDefaultLPM],
3853
+ "Immigration and Visas": [
3854
+ "countryOfCitizenship",
3855
+ "immigrationLocation",
3856
+ "immigrationEntry",
3857
+ "immigrationType",
3858
+ "immigrationStatus",
3859
+ "immigrationDetails",
3860
+ ...nextStepsLegalDefault,
3861
+ ],
3862
+ "Landlord and Tenant": ["landlordTenantIssue", "landlordTenantParty", ...nextStepsLegalDefault],
3863
+ "Lemon Law": ["incidentDate", "lawsuitOtherParty", ...nextStepsLegalDefault],
3864
+ "Long Term Disability": [
3865
+ "applicantOccupation",
3866
+ "applicantAge",
3867
+ "applicantLTDisabilityPolicy",
3868
+ "applicantDisabilityHowObtain",
3869
+ "applicantPreviouslyAppliedLtdBenefits",
3870
+ "applicantReceivedDisabilityBenefits",
3871
+ "applicantMonthlySalary",
3872
+ ...nextStepsLegalNoDOI,
3873
+ ],
3874
+ "Medical Malpractice": [
3875
+ "incidentDate",
3876
+ "claimStatus",
3877
+ "doctorTreatment",
3878
+ "medicalMalpracticeInjuries",
3879
+ ...nextStepsLegalDefault,
3880
+ ],
3881
+ "Patents and Intellectual Property": ["patentAssistanceType", "patentFor", ...nextStepsLegalDefault],
3882
+ "Personal Injury": [
3883
+ "incidentDate",
3884
+ "claimStatus",
3885
+ "atFault",
3886
+ "primaryInjury",
3887
+ "doctorTreatment",
3888
+ ...nextStepsLegalNoDOI,
3889
+ ],
3890
+ "Probate and Estates": [
3891
+ "valueOfAssets",
3892
+ "typeOfAssets",
3893
+ "roleInMatterProbate",
3894
+ "estateLegalServicesNeeded",
3895
+ ...nextStepsLegalDefault,
3896
+ ],
3897
+ "Property Damage": ["realEstateArea", "wouldLikeLawyerTo", ...nextStepsLegalDefault],
3898
+ "Real Estate": ["realEstateTOLPDisplay", "realEstateArea", "wouldLikeLawyerTo", ...nextStepsLegalDefault],
3899
+ "Social Security Disability and Insurance": [
3900
+ "applicantAge",
3901
+ "disabilityConditionStopWork",
3902
+ "disabilityWorkHistory",
3903
+ "socialSecurityDisabilityReceivingBenefits",
3904
+ "doctorTreatment",
3905
+ ...nextStepsLegalNoDOI,
3906
+ ],
3907
+ "Tax and IRS": ["totalDebt", "taxProblemDetails", "taxLevel", "taxIssueType", ...nextStepsLegalDefault],
3908
+ "Traffic and Tickets": ["driversLicenseType", "trafficViolations", "haveCourtDate", ...nextStepsLegalDefault],
3909
+ Unemployment: ["numEmployeesOfBusiness", "employerType", ...nextStepsLegalNoHA],
3910
+ "Victim of a Crime": [
3911
+ "crimeCommittedDate",
3912
+ "roleInMatterCriminal",
3913
+ "pendingCharges",
3914
+ ...nextStepsLegalDefaultLPM,
3915
+ ],
3916
+ "Wills and Trusts": [
3917
+ "valueOfAssets",
3918
+ "typeOfAssets",
3919
+ "roleInMatterProbate",
3920
+ "estateLegalServicesNeeded",
3921
+ ...nextStepsLegalDefault,
3922
+ ],
3923
+ "Workers Compensation": [
3924
+ "incidentDate",
3925
+ "claimStatus",
3926
+ "primaryInjury",
3927
+ "causeOfInjury",
3928
+ "doctorTreatment",
3929
+ ...nextStepsLegalNoDOI,
3930
+ ],
3931
+ "Workplace Harassment": ["numEmployeesOfBusiness", "employerType", "employeeAtCompany", ...nextStepsLegalDefault],
3932
+ "Workplace Discrimination": [
3933
+ "numEmployeesOfBusiness",
3934
+ "employerType",
3935
+ "employeeAtCompany",
3936
+ ...nextStepsLegalDefault,
3937
+ ],
3938
+ "Wrongful Death": [
3939
+ "incidentDate",
3940
+ "relationshipToVictim",
3941
+ "criminalChargesFiled",
3942
+ "causeOfDeath",
3943
+ ...nextStepsLegalNoDOI,
3944
+ ],
3945
+ "Wrongful Termination": ["numEmployeesOfBusiness", "employerType", ...nextStepsLegalDefault],
3946
+ },
3947
+ "*": nextStepsLegalDefault,
3948
+ },
3949
+ };
3950
+
3951
+ // Helper to take existing map and trim or replace steps
3952
+ function filterNextStepsMap(nextStepsMap, removableSteps = [], replaceSteps = {}) {
3953
+ const modifiedMap = { ...nextStepsMap };
3954
+
3955
+ function filterSteps(steps) {
3956
+ return steps.filter((step) => !removableSteps.includes(step)).map((step) => replaceSteps[step] || step)
3957
+ }
3958
+
3959
+ function modifyValues(values) {
3960
+ const modifiedValues = {};
3961
+ for (const key in values) {
3962
+ if (Array.isArray(values[key])) {
3963
+ modifiedValues[key] = filterSteps(values[key]);
3964
+ } else if (typeof values[key] === "object") {
3965
+ modifiedValues[key] = modifyValues(values[key]);
3966
+ } else {
3967
+ modifiedValues[key] = values[key];
3968
+ }
3969
+ }
3970
+ return modifiedValues
3971
+ }
3972
+
3973
+ modifiedMap.values = modifyValues(nextStepsMap.values);
3974
+ return modifiedMap
3975
+ }
3976
+
3977
+ filterNextStepsMap(nextStepsMapGeneralLegal, ["legalCrossSells"], {
3978
+ commentsWithBankruptcy: "comments",
3979
+ });
3980
+
3981
+ const TOLPNextSteps = nextStepsMapGeneralLegal["values"]["Type_Of_Legal_Problem"];
3982
+
3983
+ ({
3984
+ values: {
3985
+ Type_Of_Legal_Problem_Display: {
3986
+ "Auto Accident": TOLPNextSteps["Auto and Car Accidents"].filter((step) => step !== "legalCrossSells"),
3987
+ "Workplace Injury": TOLPNextSteps["Workers Compensation"].filter((step) => step !== "legalCrossSells"),
3988
+ "Dog Bite": TOLPNextSteps["Personal Injury"].filter((step) => step !== "legalCrossSells"),
3989
+ "Slip and Fall": TOLPNextSteps["Personal Injury"].filter((step) => step !== "legalCrossSells"),
3990
+ "Trucking Accident": TOLPNextSteps["Auto and Car Accidents"].filter((step) => step !== "legalCrossSells"),
3991
+ "Motorcycle Accident": TOLPNextSteps["Auto and Car Accidents"].filter((step) => step !== "legalCrossSells"),
3992
+ "Other Accidents or Injuries": TOLPNextSteps["Personal Injury"].filter((step) => step !== "legalCrossSells"),
3993
+ },
3994
+ "*": TOLPNextSteps["Personal Injury"].filter((step) => step !== "legalCrossSells"),
3995
+ },
3996
+ });
3997
+
3998
+ ({
3999
+ values: {
4000
+ Type_Of_Legal_Problem: {
4001
+ "Child Custody": TOLPNextSteps["Child Custody"],
4002
+ "Child Support": TOLPNextSteps["Child Support"],
4003
+ "Not Sure or Other": nextStepsMapGeneralLegal["values"]["*"],
4004
+ },
4005
+ "*": TOLPNextSteps["Family Issues"],
4006
+ },
4007
+ });
4008
+
4009
+ ({
4010
+ values: {
4011
+ Type_Of_Legal_Problem_Display: {
4012
+ "Alimony or Child Support": TOLPNextSteps["Child Support"],
4013
+ "Child Custody": TOLPNextSteps["Child Custody"],
4014
+ "Not Sure or Other": nextStepsMapGeneralLegal["values"]["*"],
4015
+ },
4016
+ "*": TOLPNextSteps["Divorce and Separation"],
4017
+ },
4018
+ });
4019
+
4020
+ ({
4021
+ values: {
4022
+ Civil_Defense: {
4023
+ Yes: TOLPNextSteps["Defend a Lawsuit"],
4024
+ No: TOLPNextSteps["File a Lawsuit"],
4025
+ },
4026
+ "*": ["lawsuitOtherParty", ...nextStepsLegalDefault],
4027
+ },
4028
+ });
4029
+
4030
+ ({
4031
+ values: {
4032
+ Type_Of_Legal_Problem: {
4033
+ "Defend a Lawsuit": TOLPNextSteps["Defend a Lawsuit"],
4034
+ "File a Lawsuit": TOLPNextSteps["File a Lawsuit"],
4035
+ },
4036
+ "*": ["lawsuitOtherParty", ...nextStepsLegalDefault],
4037
+ },
4038
+ });
4039
+
4040
+ const nextStepsMapCivilTOLPDisplay = {
4041
+ values: {
4042
+ Type_Of_Legal_Problem_Display: {
4043
+ "Automobile Accident": TOLPNextSteps["Auto and Car Accidents"],
4044
+ "Contract Disputes": TOLPNextSteps["Business Lawyers"],
4045
+ "Dog Bite": TOLPNextSteps["Personal Injury"],
4046
+ "Employment and Workplace": TOLPNextSteps["Employment and Workplace"],
4047
+ Fraud: TOLPNextSteps["Consumer Lawyers"],
4048
+ "Medical Malpractice": TOLPNextSteps["Medical Malpractice"],
4049
+ "Personal Injury": TOLPNextSteps["Personal Injury"],
4050
+ "Property Damage": TOLPNextSteps["Property Damage"],
4051
+ "Real Estate": TOLPNextSteps["Real Estate"],
4052
+ "Not Sure or Other": nextStepsMapGeneralLegal["values"]["*"],
4053
+ },
4054
+ "*": ["lawsuitOtherParty", ...nextStepsLegalDefault],
4055
+ },
4056
+ };
4057
+
4058
+ filterNextStepsMap(nextStepsMapCivilTOLPDisplay, ["legalCrossSells"], {
4059
+ commentsWithBankruptcy: "comments",
4060
+ });
4061
+
4062
+ const nextStepsMapCriminalTOLPDisplay = {
4063
+ values: {
4064
+ Type_Of_Legal_Problem_Display: {
4065
+ "Victim of a Crime": TOLPNextSteps["Victim of a Crime"],
4066
+ "DUI and DWI": TOLPNextSteps["DUI and DWI"],
4067
+ Expungement: TOLPNextSteps["Expungement"],
4068
+ "Not Sure or Other": nextStepsMapGeneralLegal["values"]["*"],
4069
+ },
4070
+ "*": ["crimeCommittedDate", "roleInMatterCriminal", "pendingCharges", ...nextStepsLegalDefaultLPM],
4071
+ },
4072
+ };
4073
+
4074
+ filterNextStepsMap(
4075
+ nextStepsMapCriminalTOLPDisplay,
4076
+ ["legalCrossSells"],
4077
+ {
4078
+ commentsWithBankruptcy: "comments",
4079
+ }
4080
+ );
4081
+
4082
+ const nextStepsMapEmploymentAndWorkplaceTOLPDisplay = {
4083
+ values: {
4084
+ Type_Of_Legal_Problem_Display: {
4085
+ "Wrongful Termination": TOLPNextSteps["Wrongful Termination"],
4086
+ "Workers Compensation": TOLPNextSteps["Workers Compensation"],
4087
+ "Personal Injury": TOLPNextSteps["Personal Injury"],
4088
+ Unemployment: TOLPNextSteps["Unemployment"],
4089
+ },
4090
+ "*": ["numEmployeesOfBusiness", "employerType", "employeeAtCompany", ...nextStepsLegalDefault],
4091
+ },
4092
+ };
4093
+
4094
+ filterNextStepsMap(
4095
+ nextStepsMapEmploymentAndWorkplaceTOLPDisplay,
4096
+ ["legalCrossSells"],
4097
+ {
4098
+ commentsWithBankruptcy: "comments",
4099
+ }
4100
+ );
4101
+
4102
+ ({
4103
+ values: {
4104
+ // Custom because we ask typeOfProperty on s1
4105
+ "*": ["amountPaymentsPastDue", "loanAmount", "defaultNotice", "ownRealEstate", ...nextStepsLegalDefault],
4106
+ },
4107
+ });
4108
+
4109
+ ({
4110
+ values: {
4111
+ Type_Of_Legal_Problem_Display: {
4112
+ Patents: TOLPNextSteps["Patents and Intellectual Property"],
4113
+ "Business Lawyers": TOLPNextSteps["Business Lawyers"],
4114
+ "Business Consulting": TOLPNextSteps["Business Lawyers"],
4115
+ },
4116
+ "*": nextStepsMapGeneralLegal["values"]["*"],
4117
+ },
4118
+ });
4119
+
4120
+ const nextStepsMapRealEstateTOLPDisplay = {
4121
+ values: {
4122
+ Type_Of_Legal_Problem_Display: {
4123
+ Foreclosure: TOLPNextSteps["Foreclosure"],
4124
+ "Landlord and Tenant": TOLPNextSteps["Landlord and Tenant"],
4125
+ "Wills, Trusts, and Estates": TOLPNextSteps["Wills and Trusts"],
4126
+ "Property Damage": TOLPNextSteps["Property Damage"],
4127
+ },
4128
+ "*": ["realEstateArea", "wouldLikeLawyerTo", ...nextStepsLegalDefault],
4129
+ },
4130
+ };
4131
+
4132
+ filterNextStepsMap(
4133
+ nextStepsMapRealEstateTOLPDisplay,
4134
+ ["legalCrossSells"],
4135
+ {
4136
+ commentsWithBankruptcy: "comments",
4137
+ }
4138
+ );
4139
+
3751
4140
  const schema = [
3752
4141
  defaultMetaPropsLegal(),
3753
4142
  formAnchor(),