Skip to content

Commit

Permalink
Merge pull request #3345 from LiteFarmOrg/LF-4353-surveystack-integra…
Browse files Browse the repository at this point in the history
…tion-link-deprecation

Lf 4353 surveystack integration link deprecation
  • Loading branch information
kathyavini committed Jul 30, 2024
2 parents 68f7744 + b45bcd0 commit 972562b
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ import { useTranslation } from 'react-i18next';
import { Info, Main, Semibold } from '../../Typography';
import { colors } from '../../../assets/theme';
import { ReactComponent as PostSurveySplash } from '../../../assets/images/certification/CompleteSurveySplash.svg';
const surveyGroupId = import.meta.env.VITE_SURVEY_GROUP_ID;

const RegisteredCertifierQuestionsSurvey = ({
certiferAcronym,
Expand Down Expand Up @@ -49,7 +50,7 @@ const PreSurveyBody = ({ surveyId }) => {
return (
<iframe
title="temp iframe title"
src={`https://app.surveystack.io/surveys/${surveyId}?minimal_ui=true`}
src={`https://staging.surveystack.io/groups/${surveyGroupId}/surveys/${surveyId}/submissions/new?minimal_ui=true`}
className={styles.surveyFrame}
allow="geolocation"
/>
Expand Down

0 comments on commit 972562b

Please sign in to comment.