Skip to content

Commit fcbdb60

Browse files
committed
Use name field of target iframe
1 parent 9f8af62 commit fcbdb60

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

src/app/pages/details/common/get-this-title-files/give-before-pdf/thank-you-form.tsx

+1-2
Original file line numberDiff line numberDiff line change
@@ -33,8 +33,7 @@ function FormWithAfterSubmit({
3333
return (
3434
<React.Fragment>
3535
<iframe
36-
title={responseId}
37-
id={responseId}
36+
name={responseId}
3837
className="hidden"
3938
src=""
4039
width="0"

0 commit comments

Comments
 (0)