Properties
description
description: string
errorMessages
errorMessages: {
emailInvalid: string;
}
isRequiredExplanation
isRequiredExplanation: string
Optional
isSubmitting
isSubmitting?: boolean
labels
labels: {
agreeToPrivacyPolicy?: string;
agreeToUserAgreement?: string;
applicationSection: string;
applicationUserEmail: string;
applicationUserName: string;
applicationUserPhoneNumber: string;
cityTownVillage: string;
locationSection: string;
organizationName: string;
organizationSection: string;
prefecture: string;
representativePersonName: string;
representativePhoneNumber: string;
submitButton?: string;
townStreetBuilding: string;
zipCode: string;
}
Type declaration
Optional
agreeToPrivacyPolicy?: string
Optional
agreeToUserAgreement?: string
applicationSection: string
applicationUserEmail: string
applicationUserName: string
applicationUserPhoneNumber: string
cityTownVillage: string
locationSection: string
organizationName: string
organizationSection: string
prefecture: string
representativePersonName: string
representativePhoneNumber: string
Optional
submitButton?: string
townStreetBuilding: string
zipCode: string
Optional
onSubmit
onSubmit?: ((formData) => void)
Type declaration
- (formData): void
Returns void
placeholders
placeholders: {
applicationUserEmail: string;
applicationUserName: string;
applicationUserPhoneNumber: string;
cityTownVillage: string;
organizationName: string;
prefecture: string;
representativePersonName: string;
representativePhoneNumber: string;
townStreetBuilding: string;
zipCode: string;
}
Type declaration
applicationUserEmail: string
applicationUserName: string
applicationUserPhoneNumber: string
cityTownVillage: string
organizationName: string
prefecture: string
representativePersonName: string
representativePhoneNumber: string
townStreetBuilding: string
zipCode: string
Optional
privacyPolicyUrl
privacyPolicyUrl?: string
screenMode
screenMode: "desktop" | "mobile"
Optional
userAgreementUrl
userAgreementUrl?: string
Custom fields to display in the form