Compare commits
3 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| ec47aa5f9c | |||
| 9267ded0f1 | |||
| 0b24ca650d |
@@ -200,7 +200,7 @@ export default function ProfileCompleteCom() {
|
|||||||
<div className="form-group position-relative">
|
<div className="form-group position-relative">
|
||||||
<label className={`text-black fw-bold control-label`}>Other General
|
<label className={`text-black fw-bold control-label`}>Other General
|
||||||
Information :</label>
|
Information :</label>
|
||||||
<textarea name='introduction' rows={10} style={{resize: 'none'}}
|
<textarea name='introduction' rows={5} style={{resize: 'none'}}
|
||||||
className="form-control" value={initialValues.introduction}
|
className="form-control" value={initialValues.introduction}
|
||||||
onChange={handlePracticeChange}/>
|
onChange={handlePracticeChange}/>
|
||||||
</div>
|
</div>
|
||||||
@@ -210,8 +210,15 @@ export default function ProfileCompleteCom() {
|
|||||||
<div className="form-group position-relativ'e">
|
<div className="form-group position-relativ'e">
|
||||||
{/*<label className={`text-black fw-bold control-label`}>What we use this*/}
|
{/*<label className={`text-black fw-bold control-label`}>What we use this*/}
|
||||||
{/* information for :</label>*/}
|
{/* information for :</label>*/}
|
||||||
<div style={{fontSize: '14px', borderRadius: '10px', backgroundColor: 'aliceblue', fontWeight:'bolder', padding: '15px' }}>
|
<div style={{
|
||||||
MERMS A.I. agents use the information supplied to help generate useful entries for your product settings.
|
fontSize: '14px',
|
||||||
|
borderRadius: '10px',
|
||||||
|
backgroundColor: 'aliceblue',
|
||||||
|
fontWeight: 'bolder',
|
||||||
|
padding: '15px'
|
||||||
|
}}>
|
||||||
|
MERMS A.I. agents use the information supplied to help generate
|
||||||
|
useful entries for your product settings.
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
@@ -219,7 +226,7 @@ export default function ProfileCompleteCom() {
|
|||||||
<div className="">
|
<div className="">
|
||||||
<div className="form-group position-relative">
|
<div className="form-group position-relative">
|
||||||
<label className={`text-black fw-bold control-label`}>URL Name :</label>
|
<label className={`text-black fw-bold control-label`}>URL Name :</label>
|
||||||
<div className="position-relative d-xxl-flex" style={{gap: '10px'}}>
|
<div className="position-relative d-flex flex-column flex-xxl-row" style={{gap: '10px'}}>
|
||||||
{/* <select onChange={handlePracticeChange} name='url_name'
|
{/* <select onChange={handlePracticeChange} name='url_name'
|
||||||
value={initialValues.url_name} className="form-control">
|
value={initialValues.url_name} className="form-control">
|
||||||
<option value=''>Select</option>
|
<option value=''>Select</option>
|
||||||
@@ -233,13 +240,20 @@ export default function ProfileCompleteCom() {
|
|||||||
right: '2px',
|
right: '2px',
|
||||||
transform: 'translateY(-50%)'
|
transform: 'translateY(-50%)'
|
||||||
}}/> */}
|
}}/> */}
|
||||||
<input
|
<input
|
||||||
className="form-control"
|
className="form-control"
|
||||||
onChange={handlePracticeChange} name='url_name'
|
onChange={handlePracticeChange} name='url_name'
|
||||||
value={initialValues.url_name}
|
value={initialValues.url_name}
|
||||||
|
minLength={6}
|
||||||
|
maxLength={16}
|
||||||
/>
|
/>
|
||||||
<p className="border-radius-10 p-2 border border-warning">We use the URL Name to form part of your default URL when we configure
|
<p className="border-radius-10 p-2 border border-warning"
|
||||||
a new URL for your products. You can always change your product URL
|
style={{fontSize: "1.0rem"}}>We use the URL Name to form part of
|
||||||
|
your default URL when we configure
|
||||||
|
a new URL for your products. You can always change your product
|
||||||
|
URL. <br/>
|
||||||
|
<b>Example : <span style={{color: 'red'}}>url_name</span>.product.mermsemr.com
|
||||||
|
</b>
|
||||||
</p>
|
</p>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|||||||
Reference in New Issue
Block a user