send URL name

This commit is contained in:
CHIEFSOFT\ameye
2025-09-22 08:58:41 -04:00
parent 0b24ca650d
commit 9267ded0f1
@@ -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>
@@ -238,8 +245,13 @@ export default function ProfileCompleteCom() {
onChange={handlePracticeChange} name='url_name' onChange={handlePracticeChange} name='url_name'
value={initialValues.url_name} value={initialValues.url_name}
/> />
<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>