-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
darwin.apolinario
committed
Oct 27, 2023
1 parent
8bc97d7
commit 3e1d117
Showing
21 changed files
with
15 additions
and
1,662 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -16,8 +16,6 @@ import MenuItem from '@mui/material/MenuItem'; | |
import FormControl from '@mui/material/FormControl'; | ||
import Select from '@mui/material/Select'; | ||
import TransitionsModal from './TransitionModal'; | ||
import { inputLabelClasses } from '@mui/material/InputLabel'; | ||
import { styled } from '@mui/material/styles'; | ||
import { getCookie } from 'cookies-next'; | ||
|
||
/** | ||
|
@@ -26,13 +24,6 @@ import { getCookie } from 'cookies-next'; | |
* For testing new changes, please work with [email protected] | ||
*/ | ||
|
||
// for hiding of ellipis in message in mobile | ||
const StyledTextField = styled(TextField)({ | ||
[`& .${inputLabelClasses.outlined}`]: { | ||
whiteSpace: 'normal', | ||
}, | ||
}); | ||
|
||
/* validation for form component */ | ||
|
||
const getLeadObjectZOHO = ( | ||
|
@@ -200,18 +191,13 @@ function StandardFormWithSelectOld({ | |
businessType = 'Direct', | ||
modalTitle = 'Thank you', | ||
modalMessage = 'Have a great day.', | ||
displayMsgUnderButton = `We'll get back to you in 1-2 business days.`, | ||
additionalTextfield = {}, | ||
buttonFullWidth = false, | ||
hidePrivacySection = false, | ||
messageLabel = 'Message', | ||
customButtonStyle = { display: 'flex', justifyContent: 'initial' }, | ||
bottomCheckbox = false, | ||
bottomCheckboxLabel = '', | ||
validationType = '', | ||
ctaButton = 'Submit', | ||
downloadLink = '', | ||
// onClickBtn = null, | ||
phoneNumber = false, | ||
capterraTracking = null, | ||
cmsModel, | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.